diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-11 22:17:43 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-11 22:17:43 -0300 |
commit | 9873d7f131b156c88ba6a87c45c0b911a0986dba (patch) | |
tree | eb6e6e8202d5418ad4c4f862a7f9eaf40ae8b096 /manifests/role/master.pp | |
parent | 1564ca8593730f0cd5f4d69dcf5a860f73efccb4 (diff) | |
download | puppet-nodo-9873d7f131b156c88ba6a87c45c0b911a0986dba.tar.gz puppet-nodo-9873d7f131b156c88ba6a87c45c0b911a0986dba.tar.bz2 |
Virtual fixes
Diffstat (limited to 'manifests/role/master.pp')
-rw-r--r-- | manifests/role/master.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/role/master.pp b/manifests/role/master.pp index fb77bcb..5b6bfcf 100644 --- a/manifests/role/master.pp +++ b/manifests/role/master.pp @@ -7,7 +7,7 @@ class nodo::role::master { } if $main == true { - # Puppetmaster should be included before nodo::vserver + # Puppetmaster should be included before nodo::virtual class { 'puppet::master': main => true, } @@ -40,7 +40,7 @@ class nodo::role::master { } # These should be included after puppetmaster - include nodo::role::vserver + include nodo::role::virtual include database include git::daemon include nagios::headless |