diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-23 09:28:30 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-23 09:28:30 -0300 |
commit | c4aa369abd12edbf82e2fb8c83d56ee60eabc761 (patch) | |
tree | e92335d6d55a51b3166aa06893372fff531d7853 /manifests | |
parent | cbb6cd752927e8f724e7768617e2d7286fe4b6ed (diff) | |
download | puppet-nodo-c4aa369abd12edbf82e2fb8c83d56ee60eabc761.tar.gz puppet-nodo-c4aa369abd12edbf82e2fb8c83d56ee60eabc761.tar.bz2 |
Minor fix
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystem/monitor/interface.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "*", ) |