From: Silvio Rhatto Date: Wed, 10 Apr 2013 22:08:37 +0000 (-0300) Subject: TODO X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=07c4eef81fa642e305c11b3a41dcd8eb91a69369;p=puppet-ikiwiki.git TODO --- 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",