restrict,pty is a better way to get pty and disable everything else than listing...
[mirror/dsa-puppet.git] / modules / roles / manifests / nm.pp
index f792de4..3a8ee2f 100644 (file)
@@ -1,5 +1,6 @@
 class roles::nm {
        ssl::service { 'nm.debian.org':
                notify  => Exec['service apache2 reload'],
+               key => true,
        }
 }