diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-19 00:44:20 -0200 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-19 00:44:20 -0200 | 
| commit | 80b3f076f347aa7440e53b84cbc09999e7c48af7 (patch) | |
| tree | edb83c70aa724e119e3ebee12b7d8ec1c45ad476 /manifests | |
| parent | 5629c23a4627c604cc670f40af986f095b60d099 (diff) | |
| download | puppet-nodo-80b3f076f347aa7440e53b84cbc09999e7c48af7.tar.gz puppet-nodo-80b3f076f347aa7440e53b84cbc09999e7c48af7.tar.bz2  | |
Minor fix
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/init.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 8c44f99..42c2292 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -164,7 +164,7 @@ class nodo::server inherits nodo {    # Munin configuration    munin_node { "$hostname": -    id => '00', +    port => '4900',    }  }  | 
