1 class roles::planet_master {
3 apache2::config { 'puppet-debianhosts':
6 apache2::site { 'planet-master.debian.org':
7 content => template('roles/planet_master/planet-master.debian.org.erb')
9 ssl::service { 'planet-master.debian.org':
10 notify => Exec['service apache2 reload'],