diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-18 14:54:24 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-18 14:54:24 -0200 |
commit | 70f477b1893ca51c30d9f5a220f8ca86fb849704 (patch) | |
tree | e00c5d05de7240d312d8e33a7db5d222285f5ca5 /manifests | |
parent | c5a071b7d9411d67218254a7d12a92e7c3507c55 (diff) | |
download | puppet-nodo-70f477b1893ca51c30d9f5a220f8ca86fb849704.tar.gz puppet-nodo-70f477b1893ca51c30d9f5a220f8ca86fb849704.tar.bz2 |
Changing munin configuration (2)
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 6e7b7fb..11667ff 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -274,9 +274,9 @@ class nodo::vserver inherits nodo { shorewall::rule { "munin-$context": action => 'DNAT', source => 'net', - destination => "vm:192.168.0.$context:59$id", + destination => "vm:192.168.0.$context:49$id", proto => 'tcp', - destinationport => "59$id", + destinationport => "49$id", ratelimit => '-', order => "4$id", } |