diff options
-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', #} |