diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2011-11-29 23:54:23 -0200 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2011-11-29 23:54:23 -0200 | 
| commit | 25e0d0abd4f3d3ef9a2ba42e2b2802b26ce307fa (patch) | |
| tree | 1c86521edbf2a7e79ca20a3abf08450328aae588 /templates/puppet | |
| parent | 7f997c8d080cbb11937e462dc10e9ae0ddcd7e5c (diff) | |
| download | puppet-bootstrap-25e0d0abd4f3d3ef9a2ba42e2b2802b26ce307fa.tar.gz puppet-bootstrap-25e0d0abd4f3d3ef9a2ba42e2b2802b26ce307fa.tar.bz2  | |
No need for virtual website resources; overriding is enough
Diffstat (limited to 'templates/puppet')
| -rw-r--r-- | templates/puppet/websites.pp.erb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/puppet/websites.pp.erb b/templates/puppet/websites.pp.erb index b1a82a2..8744a6f 100644 --- a/templates/puppet/websites.pp.erb +++ b/templates/puppet/websites.pp.erb @@ -26,16 +26,16 @@ class websites::admin inherits websites::hosting::admin {  }  class websites inherits websites::hosting { -  # Website definitions: always use virtual resources +  # Website definitions: always use tagged resources -  #@apache::site { "site": +  #apache::site { "site":    #  source         => true,    #  ticket         => '001',    #  docroot        => '/var/www/site',    #  tag            => 'all',    #} -  #@database::instance { "site": +  #database::instance { "site":    #  password => 'xxx',    #  tag      => 'all',    #}    | 
