Allow arrays for tlsaport to be passed to ssl::service
[mirror/dsa-puppet.git] / modules / roles / manifests / ftp_master.pp
index 1da8871..5f04386 100644 (file)
@@ -1,9 +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'],
        }
-        ssl::service { 'ftp-master.debian.org':
-                notify => Service['apache2'],
-        }
 }