From ebe7519617dce79e9262602ceaeafc34a948c51e Mon Sep 17 00:00:00 2001 From: Gordon Stratton Date: Sun, 14 Jul 2013 18:03:00 +0000 Subject: Correct deprecation notice to mention 'package_ensure' --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3