Allow arrays for tlsaport to be passed to ssl::service
[mirror/dsa-puppet.git] / modules / roles / manifests / rtc.pp
index 40cc288..0888833 100644 (file)
@@ -1,7 +1,7 @@
 class roles::rtc {
 
        ssl::service { 'www.debian.org':
-               tlsaport => 0,
+               tlsaport => [],
                notify  => Service['repro'],
        }