aboutsummaryrefslogtreecommitdiff
path: root/spec/classes/ferm_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/classes/ferm_spec.rb')
-rw-r--r--spec/classes/ferm_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/classes/ferm_spec.rb b/spec/classes/ferm_spec.rb
index f0966cb..0f8c078 100644
--- a/spec/classes/ferm_spec.rb
+++ b/spec/classes/ferm_spec.rb
@@ -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') }