From c168cbf4deed52750b1e04291013f67d7362d22a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Can=C3=A9vet?= Date: Mon, 23 Jun 2014 16:43:02 +0200 Subject: [PATCH] Initialize $ntp::params::logfile to undef for strict_variable compliance --- manifests/params.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/params.pp b/manifests/params.pp index 67bdeef2..6aac301b 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -3,6 +3,7 @@ $autoupdate = false $config_template = 'ntp/ntp.conf.erb' $disable_monitor = false + $logfile = undef $keys_enable = false $keys_controlkey = '' $keys_requestkey = ''