aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-05-25 00:23:33 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-05-25 00:23:33 -0300
commitaac3e28563191b8e9630b5b3dd5a45a3bb4bd87c (patch)
treedea5ed3da501cf530f9922784ccb7178675fec10 /manifests/subsystems
parent3bff0dc7840311dfb4b9ae87a0992a0ccc1c106b (diff)
downloadpuppet-nodo-aac3e28563191b8e9630b5b3dd5a45a3bb4bd87c.tar.gz
puppet-nodo-aac3e28563191b8e9630b5b3dd5a45a3bb4bd87c.tar.bz2
Monkeysphere should send server keys to root_mail_recipient and not just to root as it might not by ready at deployment time
Diffstat (limited to 'manifests/subsystems')
-rw-r--r--manifests/subsystems/monkeysphere.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/monkeysphere.pp b/manifests/subsystems/monkeysphere.pp
index 8cff4ce..8c35d13 100644
--- a/manifests/subsystems/monkeysphere.pp
+++ b/manifests/subsystems/monkeysphere.pp
@@ -14,7 +14,7 @@ define monkeysphere_host($port = '') {
#monkeysphere::publish_server_keys { }
# Email the server key
- monkeysphere::email_server_keys { "root": }
+ monkeysphere::email_server_keys { "$root_mail_recipient": }
}
class monkeysphere_nodo {