Browse code

Merge pull request #11 from jakedahn/master

This should fix munin

Jake Dahn authored on 2011/09/17 08:58:08
Showing 1 changed files
... ...
@@ -239,7 +239,7 @@ fi
239 239
 
240 240
 if [[ "$ENABLED_SERVICES" =~ "munin" ]]; then
241 241
     # allow connections from other hosts
242
-    sudo sed -i -e '/Allow from localhost/s/localhost.*$/all/' /etc/munin/apache.conf
242
+    sudo sed -i -e 's/Allow from localhost/Allow from all/g' /etc/munin/apache.conf
243 243
 
244 244
     cat >/tmp/nova <<EOF
245 245
 [keystone_*]