diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-23 11:25:12 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-23 11:25:12 -0200 |
commit | ac1e15c600086947fbd9d47f8a84f5107a08bb2b (patch) | |
tree | 3e5fdb45a604a5864df324323c7cd39525d39da6 | |
parent | c006d41db85ba1f065debb3ec73820afb26c7251 (diff) | |
download | puppet-nodo-ac1e15c600086947fbd9d47f8a84f5107a08bb2b.tar.gz puppet-nodo-ac1e15c600086947fbd9d47f8a84f5107a08bb2b.tar.bz2 |
Fix in nodo::master (2)
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 2bd7e67..195044f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -325,6 +325,7 @@ class nodo::proxy inherits nodo::vserver { } class nodo::master { + # Puppetmaster should be included before nodo::vserver include puppetmasterd include nodo::vserver include gitosis |