diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-11 20:22:02 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-11 20:22:02 -0300 | 
| commit | cf675edc9ea5a34f22d64f0e3d2a57487b0d0d54 (patch) | |
| tree | 15473ab3585f20fac611837736a849fa94fad195 /manifests | |
| parent | 198654c3f8c8ea7daa6b7b97394ed37e483cb723 (diff) | |
| download | puppet-nodo-cf675edc9ea5a34f22d64f0e3d2a57487b0d0d54.tar.gz puppet-nodo-cf675edc9ea5a34f22d64f0e3d2a57487b0d0d54.tar.bz2 | |
More site_ conventions (2)
Diffstat (limited to 'manifests')
| -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 e9c523f..123c1f7 100644 --- a/manifests/role/web.pp +++ b/manifests/role/web.pp @@ -23,7 +23,7 @@ class nodo::role::web inherits nodo::base::vserver {    include users::virtual    include nodo::utils::web -  # The websites class +  # Put your custom sites here    require ::site_websites    # Reprepro configuration | 
