diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-03-25 19:44:47 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-03-25 19:44:47 -0300 |
commit | 9dc4a22dabfb31b6c12a8057d8d24c6387e1980c (patch) | |
tree | 7861c346ef614232905cfc6e1761b75e48b6525b /manifests/subsystems | |
parent | fe17582d5be21fa041e80aad6697d03ba717a7fb (diff) | |
download | puppet-nodo-9dc4a22dabfb31b6c12a8057d8d24c6387e1980c.tar.gz puppet-nodo-9dc4a22dabfb31b6c12a8057d8d24c6387e1980c.tar.bz2 |
Minor text change
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/munin.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/munin.pp b/manifests/subsystems/munin.pp index db50735..770d551 100644 --- a/manifests/subsystems/munin.pp +++ b/manifests/subsystems/munin.pp @@ -7,7 +7,7 @@ define munin_node( ) { case $allow { - '': { fail("Please set nodo::munin_node::allow in your site config") } + '': { fail("Please set nodo::munin_node::allow in your config") } } class { 'munin::client': |