diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-09 15:08:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-09 15:08:37 -0300 |
commit | 56c449960dbf2a7ab7bed54624c30b198385c110 (patch) | |
tree | cbaf0730599a7e156e80a9fe62982107924bd871 | |
parent | 5180e3f41ecd9548ef1f6a442e3ce2f4a551cdeb (diff) | |
download | puppet-nodo-56c449960dbf2a7ab7bed54624c30b198385c110.tar.gz puppet-nodo-56c449960dbf2a7ab7bed54624c30b198385c110.tar.bz2 |
Adds websites::hosting::admin into nodo::role::master
-rw-r--r-- | manifests/role/master.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/role/master.pp b/manifests/role/master.pp index 5b6bfcf..e65efbb 100644 --- a/manifests/role/master.pp +++ b/manifests/role/master.pp @@ -46,6 +46,7 @@ class nodo::role::master { include nagios::headless include nagios::defaults include nodo::subsystem::monitor::master + include websites::hosting::admin # Put your custom admin sites here require ::site_websites::admin |