From: Stephen Gran Date: Fri, 16 Oct 2009 20:44:25 +0000 (+0100) Subject: not an array? X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b1c99adf73d03a61d580b989326d1c93f9d2da2f;p=dsa-puppet.git not an array? Signed-off-by: Stephen Gran --- diff --git a/modules/munin-node/manifests/apache.pp b/modules/munin-node/manifests/apache.pp index 6d078f30..0f26a10e 100644 --- a/modules/munin-node/manifests/apache.pp +++ b/modules/munin-node/manifests/apache.pp @@ -1,8 +1,8 @@ class munin-node::apache inherits munin-node { activate_munin_check { "Apache munin plugins": - [ script => "apache_accesses"; + script => "apache_accesses"; script => "apache_processes"; - script => "apache_volume"; ] + script => "apache_volume"; } }