Setup sibelius as a NFS server exporting to sallinen
[mirror/dsa-puppet.git] / modules / roles / manifests / ftp_master.pp
index 22f751c..987bc80 100644 (file)
@@ -1,10 +1,13 @@
 class roles::ftp_master {
        rsync::site { 'dakmaster':
-               source        => 'puppet:///modules/roles/dakmaster/rsyncd.conf',
+               source      => 'puppet:///modules/roles/dakmaster/rsyncd.conf',
                max_clients => 100,
+               sslname     => 'ftp-master.debian.org',
        }
 
        ssl::service { 'ftp-master.debian.org':
-               notify => Service['apache2'],
+               notify   => Exec['service apache2 reload'],
+               key      => true,
+               tlsaport => [443, 1873],
        }
 }