From 18b71e40e21918fdce9d99d25fa966dd0f977896 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Fri, 16 Oct 2009 21:44:49 +0100 Subject: [PATCH] Revert "not an array?" This reverts commit b1c99adf73d03a61d580b989326d1c93f9d2da2f. --- modules/munin-node/manifests/apache.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/munin-node/manifests/apache.pp b/modules/munin-node/manifests/apache.pp index 0f26a10e7..6d078f30b 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"; ] } } -- 2.20.1