aboutsummaryrefslogtreecommitdiff
path: root/manifests/nodo.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-09-25 22:28:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-09-25 22:28:04 -0300
commitfb4b9d7bffb7bf45c089a52a0c02edce570533fc (patch)
treec385903c3dfc47443733362f7e99e824274d6896 /manifests/nodo.pp
parent80c3d12b5eb6f8fa1a68d89f28101837142e57cd (diff)
downloadpuppet-nodo-fb4b9d7bffb7bf45c089a52a0c02edce570533fc.tar.gz
puppet-nodo-fb4b9d7bffb7bf45c089a52a0c02edce570533fc.tar.bz2
Monkeysphere with ssh port
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r--manifests/nodo.pp9
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': {