From: Silvio Rhatto Date: Wed, 23 Sep 2015 12:28:30 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c4aa369abd12edbf82e2fb8c83d56ee60eabc761;p=puppet-nodo.git Minor fix --- diff --git a/manifests/subsystem/monitor/interface.pp b/manifests/subsystem/monitor/interface.pp index 4f0ec61..be630aa 100644 --- a/manifests/subsystem/monitor/interface.pp +++ b/manifests/subsystem/monitor/interface.pp @@ -1,5 +1,5 @@ define nodo::subsystem::monitor::interface( - $ensure = 'present' + $ensure = 'present', $hour = "*", $minute = "*", )