diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-07-14 11:24:36 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-07-14 11:24:36 -0300 |
commit | d0be0289352ee5f5b44ccfa3d49897ac83c8f3b0 (patch) | |
tree | 1cb624e4334efa365615a297e6170b36207c8d4c /manifests | |
parent | 529a719c47e5cacf709f3c6cb3fa6cd2c1e81a76 (diff) | |
download | puppet-nodo-d0be0289352ee5f5b44ccfa3d49897ac83c8f3b0.tar.gz puppet-nodo-d0be0289352ee5f5b44ccfa3d49897ac83c8f3b0.tar.bz2 |
Using monkeysphere::email_server_keys again
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/monkeysphere.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/subsystems/monkeysphere.pp b/manifests/subsystems/monkeysphere.pp index b749ee0..d34a893 100644 --- a/manifests/subsystems/monkeysphere.pp +++ b/manifests/subsystems/monkeysphere.pp @@ -7,11 +7,12 @@ define monkeysphere_host($port = '') { port => $port, } + # TODO # 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_server_keys { } # Email the server key - #monkeysphere::email_server_keys { "root": } + monkeysphere::email_server_keys { "root": } } |