aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-10 19:08:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-10 19:08:37 -0300
commit07c4eef81fa642e305c11b3a41dcd8eb91a69369 (patch)
tree536072eeb2bebba1e583512ced7edf1fa31663a3
parent97d8b8a37d6fa5be479ff8eb81117faad49c0c64 (diff)
downloadpuppet-ikiwiki-07c4eef81fa642e305c11b3a41dcd8eb91a69369.tar.gz
puppet-ikiwiki-07c4eef81fa642e305c11b3a41dcd8eb91a69369.tar.bz2
TODO
-rw-r--r--manifests/instance.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/instance.pp b/manifests/instance.pp
index 31a6431..d848624 100644
--- a/manifests/instance.pp
+++ b/manifests/instance.pp
@@ -25,6 +25,7 @@ define ikiwiki::instance($base_url = $domain, $ensure = 'present', $description
refreshonly => true,
}
+ # TODO: shall we add NoHostAuthenticationForLocalhost in the user ssh config?
exec { "ssh-keygen-ikiwiki-${name}_${instance}":
command => "ssh-keygen -t rsa -P '' -f ${home}/.ssh/id_rsa",
creates => "${home}/.ssh/id_rsa",