diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-09-25 22:28:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-09-25 22:28:04 -0300 |
commit | fb4b9d7bffb7bf45c089a52a0c02edce570533fc (patch) | |
tree | c385903c3dfc47443733362f7e99e824274d6896 /manifests/nodo.pp | |
parent | 80c3d12b5eb6f8fa1a68d89f28101837142e57cd (diff) | |
download | puppet-nodo-fb4b9d7bffb7bf45c089a52a0c02edce570533fc.tar.gz puppet-nodo-fb4b9d7bffb7bf45c089a52a0c02edce570533fc.tar.bz2 |
Monkeysphere with ssh port
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r-- | manifests/nodo.pp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp index 75c472b..f7741a4 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -20,15 +20,6 @@ class nodo { $ntp_pool = "south-america.pool.ntp.org" $ntp_servers = [ 'a.ntp.br', 'b.ntp.br', 'c.ntp.br' ] - # Monkeysphere - # - # Currently we don't have a defined policy regarding whether - # to publish all our node keys to public keyservers, so leave - # automatic publishing disabled for now. - # - $monkeysphere_publish_key = false - include monkeysphere - # Email delivery configuration case $mail_delivery { 'tunnel': { |