From: Silvio Rhatto Date: Mon, 25 Mar 2013 22:44:47 +0000 (-0300) Subject: Minor text change X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9dc4a22dabfb31b6c12a8057d8d24c6387e1980c;p=puppet-nodo.git Minor text change --- 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':