summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Stratton <gordon.stratton@gmail.com>2013-07-14 18:03:00 +0000
committerGordon Stratton <gordon.stratton@gmail.com>2013-07-14 18:03:00 +0000
commitebe7519617dce79e9262602ceaeafc34a948c51e (patch)
treebcb118bb62eacab1ce45d55e09a530735ade62dc
parent811f0efae125360edd9c7c414b89a755680588b0 (diff)
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'