diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-23 11:24:29 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-23 11:24:29 -0200 |
commit | c006d41db85ba1f065debb3ec73820afb26c7251 (patch) | |
tree | 829a6f01220895c12262640d59f552258576b8a5 /manifests | |
parent | fab1f85b7dd785d0f6005d1607a497040df114ee (diff) | |
download | puppet-nodo-c006d41db85ba1f065debb3ec73820afb26c7251.tar.gz puppet-nodo-c006d41db85ba1f065debb3ec73820afb26c7251.tar.bz2 |
Fix in nodo::master
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 95d0a3d..2bd7e67 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -324,8 +324,9 @@ class nodo::proxy inherits nodo::vserver { include nginx } -class nodo::master inherits nodo::vserver { +class nodo::master { include puppetmasterd + include nodo::vserver include gitosis include trac # TODO: |