]> gitweb.fluxo.info Git - puppet-ferm.git/commitdiff
Fix CI
authorRomain Tartière <romain@blogreen.org>
Thu, 26 Aug 2021 00:06:34 +0000 (14:06 -1000)
committerRomain Tartière <romain@blogreen.org>
Thu, 26 Aug 2021 00:06:34 +0000 (14:06 -1000)
spec/classes/ferm_spec.rb

index f0966cbfc339ad96dd70c8ee1ca13a791ba8fc81..0f8c0788522432c5708e2c92a435241c3fa7f9c1 100644 (file)
@@ -194,10 +194,10 @@ describe 'ferm' do
         end
 
         it { is_expected.to compile.with_all_deps }
-        it { is_expected.to contain_package('git').with_ensure('present') }
-        it { is_expected.to contain_package('iptables').with_ensure('present') }
-        it { is_expected.to contain_package('perl').with_ensure('present') }
-        it { is_expected.to contain_package('make').with_ensure('present') }
+        it { is_expected.to contain_package('git').with_ensure('installed') }
+        it { is_expected.to contain_package('iptables').with_ensure('installed') }
+        it { is_expected.to contain_package('perl').with_ensure('installed') }
+        it { is_expected.to contain_package('make').with_ensure('installed') }
         it { is_expected.to contain_package('ferm').with_ensure('absent') }
         it { is_expected.to contain_exec('make install') }
         it { is_expected.to contain_file('/etc/ferm') }