diff options
author | Gordon Stratton <gordon.stratton@gmail.com> | 2013-07-14 18:03:00 +0000 |
---|---|---|
committer | Gordon Stratton <gordon.stratton@gmail.com> | 2013-07-14 18:03:00 +0000 |
commit | ebe7519617dce79e9262602ceaeafc34a948c51e (patch) | |
tree | bcb118bb62eacab1ce45d55e09a530735ade62dc /manifests/init.pp | |
parent | 811f0efae125360edd9c7c414b89a755680588b0 (diff) |
Correct deprecation notice to mention 'package_ensure'
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 2 |
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' |