diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-11 20:20:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-11 20:20:17 -0300 |
commit | 198654c3f8c8ea7daa6b7b97394ed37e483cb723 (patch) | |
tree | 7a59344770a57c623b901c2856210af24a24d752 /manifests/role/web.pp | |
parent | f51930f88f81d48f51479bcdebb919ab4de8def9 (diff) | |
download | puppet-nodo-198654c3f8c8ea7daa6b7b97394ed37e483cb723.tar.gz puppet-nodo-198654c3f8c8ea7daa6b7b97394ed37e483cb723.tar.bz2 |
More site_ conventions
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 9d3db39..e9c523f 100644 --- a/manifests/role/web.pp +++ b/manifests/role/web.pp @@ -24,7 +24,7 @@ class nodo::role::web inherits nodo::base::vserver { include nodo::utils::web # The websites class - require websites + require ::site_websites # Reprepro configuration $reprepro = hiera('nodo::web::reprepro', false) |