diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-26 16:12:07 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-26 16:12:07 -0300 |
commit | fbbad9b7395ad44b356000c097ad66f10b479675 (patch) | |
tree | 3ad7cd1f67fa3d17f0d08e39b8bee8e431540faa /manifests/role/web.pp | |
parent | a86af621ca7ce84c4ba25475eec353eb0def4814 (diff) | |
download | puppet-nodo-fbbad9b7395ad44b356000c097ad66f10b479675.tar.gz puppet-nodo-fbbad9b7395ad44b356000c097ad66f10b479675.tar.bz2 |
Create backup resources
Diffstat (limited to 'manifests/role/web.pp')
-rw-r--r-- | manifests/role/web.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/role/web.pp b/manifests/role/web.pp index 3c0355f..4cd1719 100644 --- a/manifests/role/web.pp +++ b/manifests/role/web.pp @@ -23,8 +23,8 @@ class nodo::role::web inherits nodo::base::virtual { include nodo::utils::web # Put your custom sites and users here + include websites require ::site_users::virtual - require ::site_websites # Reprepro configuration $reprepro = hiera('nodo::web::reprepro', false) |