Fixing munin

This commit is contained in:
Jake Dahn 2011-09-16 16:53:22 -07:00
parent b8b5ddd31a
commit 356812547d

View File

@ -237,7 +237,7 @@ fi
if [[ "$ENABLED_SERVICES" =~ "munin" ]]; then
# allow connections from other hosts
sudo sed -i -e '/Allow from localhost/s/localhost.*$/all/' /etc/munin/apache.conf
sudo sed -i -e 's/Allow from localhost/Allow from all/g' /etc/munin/apache.conf
cat >/tmp/nova <<EOF
[keystone_*]