summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Penney <ashley.penney@puppetlabs.com>2013-07-15 08:03:11 -0700
committerAshley Penney <ashley.penney@puppetlabs.com>2013-07-15 08:03:11 -0700
commit1f84ae99ed12f35057162c5f3e2892c432983c86 (patch)
treef023033f927bc456da4034419212154079cef2c7
parentd132fec4d99367344530368dfbcd47c63480078a (diff)
parentebe7519617dce79e9262602ceaeafc34a948c51e (diff)
Merge pull request #73 from gwis/update-deprecation-notice
Correct deprecation notice to mention 'package_ensure'
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 44e310b..d3bc233 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -14,7 +14,7 @@ class ntp (
) inherits ntp::params {
if $autoupdate {
- notice('autoupdate parameter has been deprecated and replaced with ensure_package. Set this to latest for the same behavior as autoupdate => true.')
+ notice('autoupdate parameter has been deprecated and replaced with package_ensure. Set this to latest for the same behavior as autoupdate => true.')
}
include '::ntp::install'