summaryrefslogtreecommitdiff
path: root/files/puppet/modules/pixelated/spec/classes/pixelated_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'files/puppet/modules/pixelated/spec/classes/pixelated_spec.rb')
-rw-r--r--files/puppet/modules/pixelated/spec/classes/pixelated_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/puppet/modules/pixelated/spec/classes/pixelated_spec.rb b/files/puppet/modules/pixelated/spec/classes/pixelated_spec.rb
index b24f721..4d9386e 100644
--- a/files/puppet/modules/pixelated/spec/classes/pixelated_spec.rb
+++ b/files/puppet/modules/pixelated/spec/classes/pixelated_spec.rb
@@ -21,7 +21,7 @@ describe 'pixelated' do
"define apache::vhost::file($content,$mod_security) {}",
"define apt::sources_list($content='deb url') {}",
"define apt::apt_conf($source='file url',$refresh_apt='true') {}",
- "define apt::preferences_snippet($release='stable',$priority='999',$pin='release o=Debian') {}",
+ "define apt::preferences_snippet($release='stable',$priority='999',$pin='release o=Debian',$package='*',$ensure='present') {}",
] }
it { should contain_class('pixelated::agent') }