diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-03-17 15:05:24 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-03-17 15:05:24 +0000 |
commit | 7034b942348320bf431f2587eff6309e0ef92b26 (patch) | |
tree | b36cc23a02c8e7b7cf182ddf8fe00016e1ee1916 /templates | |
parent | 00f81a173cbe0887374a09e4df3a2ae4d4007795 (diff) |
fixed allow stuff
git-svn-id: https://rfd.cronopios.org/ipuppet/trunk/modules/munin@1073 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'templates')
-rw-r--r-- | templates/munin-node.conf.Debian.etch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/munin-node.conf.Debian.etch b/templates/munin-node.conf.Debian.etch index 0673937..0f0f568 100644 --- a/templates/munin-node.conf.Debian.etch +++ b/templates/munin-node.conf.Debian.etch @@ -33,4 +33,5 @@ host_name <%= fqdn %> # regular expression, due to brain damage in Net::Server, which # doesn't understand CIDR-style network notation. You may repeat # the allow line as many times as you'd like -allow <%= munin_allow %> +allow <%= munin_allow1 %> +allow <%= munin_allow2 %> |