diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-25 15:19:46 -0200 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-25 15:19:46 -0200 | 
| commit | 0b2be6e6e319e7055842a2c63fe5e53abb5cae6d (patch) | |
| tree | bf664f7a27ca4e9f7abd63eb2a401432eb4f8ed6 /manifests/master.pp | |
| parent | 79ffbfb939005205aad40340b74fecfc79cdc463 (diff) | |
| download | puppet-nodo-0b2be6e6e319e7055842a2c63fe5e53abb5cae6d.tar.gz puppet-nodo-0b2be6e6e319e7055842a2c63fe5e53abb5cae6d.tar.bz2  | |
Switching to git::daemon
Diffstat (limited to 'manifests/master.pp')
| -rw-r--r-- | manifests/master.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/master.pp b/manifests/master.pp index 118e28a..73fa8df 100644 --- a/manifests/master.pp +++ b/manifests/master.pp @@ -30,7 +30,7 @@ class nodo::master {    # These should be included after puppetmaster    include nodo::vserver    include database -  include git-manager +  include git::daemon    include websites::admin    include nagios::headless    include nagios::defaults  | 
