get DNS working at ubc
[mirror/dsa-puppet.git] / modules / roles / manifests / ftp_master.pp
index 22f751c..a76e068 100644 (file)
@@ -1,10 +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'],
+               notify  => Exec['service apache2 reload'],
        }
 }