From: Hunter Haugen Date: Tue, 21 Jul 2015 21:43:34 +0000 (-0700) Subject: disable pw_hash test on sles, as it only supports md5 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=615227918a72c54c2064b81183fc98f4abd513d4;p=puppet-stdlib.git disable pw_hash test on sles, as it only supports md5 --- diff --git a/spec/acceptance/pw_hash_spec.rb b/spec/acceptance/pw_hash_spec.rb index eddb782..cd4cb87 100644 --- a/spec/acceptance/pw_hash_spec.rb +++ b/spec/acceptance/pw_hash_spec.rb @@ -2,7 +2,7 @@ require 'spec_helper_acceptance' # Windows and OS X do not have useful implementations of crypt(3) -describe 'pw_hash function', :unless => (UNSUPPORTED_PLATFORMS + ['windows', 'Darwin']).include?(fact('operatingsystem')) do +describe 'pw_hash function', :unless => (UNSUPPORTED_PLATFORMS + ['windows', 'Darwin', 'SLES']).include?(fact('operatingsystem')) do describe 'success' do it 'hashes passwords' do pp = <<-EOS