Allow arrays for tlsaport to be passed to ssl::service
[mirror/dsa-puppet.git] / modules / roles / manifests / ftp_master.pp
index 259333e..5f04386 100644 (file)
@@ -1,7 +1,11 @@
 class roles::ftp_master {
-
        rsync::site { 'dakmaster':
                source        => 'puppet:///modules/roles/dakmaster/rsyncd.conf',
-               max_clients => 100,
+               max_clients   => 100,
+               sslname       => 'ftp-master.debian.org',
+       }
+
+       ssl::service { 'ftp-master.debian.org':
+               notify => Service['apache2'],
        }
 }