]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Monkeysphere should send server keys to root_mail_recipient and not just to root...
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 25 May 2012 03:23:33 +0000 (00:23 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 25 May 2012 03:23:33 +0000 (00:23 -0300)
manifests/subsystems/monkeysphere.pp

index 8cff4ce8be29f0069391a9710fc0056c2d60c315..8c35d13676ca12cdf9d483711fc4c2f4ff15a4ca 100644 (file)
@@ -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 {