summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAshley Penney <ashley.penney@puppetlabs.com>2013-07-08 10:29:14 -0400
committerAshley Penney <ashley.penney@puppetlabs.com>2013-07-08 10:29:14 -0400
commit824aa319a22d0be5349a3c00f9c9157dee4bc430 (patch)
tree1beb2baf0a4aca45c55f32b4e2212beac5144d06 /spec
parentb5136d77edb0f43c25247b45395277d32838b2ea (diff)
Ensure the rename is done everywhere and wrap the service in a
manage_service param.
Diffstat (limited to 'spec')
-rw-r--r--spec/classes/ntp_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/classes/ntp_spec.rb b/spec/classes/ntp_spec.rb
index 527c53f..65d8e3b 100644
--- a/spec/classes/ntp_spec.rb
+++ b/spec/classes/ntp_spec.rb
@@ -160,7 +160,7 @@ describe 'ntp' do
subject.should contain_service('ntp').with_ensure('stopped')
end
it 'should allow package ensure to be overridden' do
- params[:package_ensure] = 'latest'
+ params[:ensure_package] = 'latest'
subject.should contain_package('ntp').with_ensure('latest')
end
it 'should allow template to be overridden' do