aboutsummaryrefslogtreecommitdiff
path: root/modules/site_websites/manifests/init.pp
blob: f9d900a264a2cdcecb90baace7de48c26f543171 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
class site_websites inherits websites::hosting {
  # Website definitions: always use tagged resources

  #apache::site { "site":
  #  source         => true,
  #  ticket         => '001',
  #  docroot        => '/var/www/site',
  #  tag            => 'all',
  #}

  #database::instance { "site":
  #  password => 'xxx',
  #  tag      => 'all',
  #}

}