diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-18 17:00:39 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-18 17:00:39 -0200 |
commit | 6f77e238b8efd6c4dfbd653f14e144c6dca2fad4 (patch) | |
tree | eda1624a7c024b7e9229cb932a03ed58a85bda80 /manifests | |
parent | d7b246cf80f45d199827c5c3f0a24152a93f5690 (diff) | |
download | puppet-nodo-6f77e238b8efd6c4dfbd653f14e144c6dca2fad4.tar.gz puppet-nodo-6f77e238b8efd6c4dfbd653f14e144c6dca2fad4.tar.bz2 |
Minor fix
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index ca31f2b..47a4068 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -186,7 +186,7 @@ class nodo::vserver inherits nodo { # We include munin configuration if it's not defined by # and exported resource. - if !(defined(munin::client) { + if !defined(munin::client) { include munin::client } |