diff options
-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': |