commit | 356812547dfbc133ecc37bef7dbb0c923acd8425 | [log] [tgz] |
---|---|---|
author | Jake Dahn <admin@jakedahn.com> | Fri Sep 16 16:53:22 2011 -0700 |
committer | Jake Dahn <admin@jakedahn.com> | Fri Sep 16 16:53:22 2011 -0700 |
tree | d5b69caed6c50f3973836b979803079705e6f7ec | |
parent | b8b5ddd31ae953b8a3f78cf3b85e40dcf19aaf2b [diff] [blame] |
Fixing munin
diff --git a/stack.sh b/stack.sh index e9218b8..f34e491 100755 --- a/stack.sh +++ b/stack.sh
@@ -237,7 +237,7 @@ 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_*]