notify => Service['apache2'],
}
- ssl::service { 'debconf0.debconf.org': notify => Service['apache2'], key => true, }
- ssl::service { 'debconf1.debconf.org': notify => Service['apache2'], key => true, }
+ if has_static_component('debconf0.debconf.org') { ssl::service { 'debconf0.debconf.org': notify => Service['apache2'], key => true, } }
+ if has_static_component('debconf1.debconf.org') { ssl::service { 'debconf1.debconf.org': notify => Service['apache2'], key => true, } }
+ if has_static_component('debconf2.debconf.org') { ssl::service { 'debconf2.debconf.org': notify => Service['apache2'], key => true, } }
+ if has_static_component('debconf3.debconf.org') { ssl::service { 'debconf3.debconf.org': notify => Service['apache2'], key => true, } }
}
vhost(lines, "10years.debconf.org")
vhost(lines, "debconf0.debconf.org", "ssl")
vhost(lines, "debconf1.debconf.org", "ssl")
-vhost(lines, "debconf2.debconf.org")
-vhost(lines, "debconf3.debconf.org")
+vhost(lines, "debconf2.debconf.org", "ssl")
+vhost(lines, "debconf3.debconf.org", "ssl")
vhost(lines, "debconf4.debconf.org")
vhost(lines, "debconf5.debconf.org")
vhost(lines, "debconf6.debconf.org")