aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-09-23 09:28:30 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-09-23 09:28:30 -0300
commitc4aa369abd12edbf82e2fb8c83d56ee60eabc761 (patch)
treee92335d6d55a51b3166aa06893372fff531d7853
parentcbb6cd752927e8f724e7768617e2d7286fe4b6ed (diff)
downloadpuppet-nodo-c4aa369abd12edbf82e2fb8c83d56ee60eabc761.tar.gz
puppet-nodo-c4aa369abd12edbf82e2fb8c83d56ee60eabc761.tar.bz2
Minor fix
-rw-r--r--manifests/subsystem/monitor/interface.pp2
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 = "*",
)