diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-10 19:08:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-10 19:08:37 -0300 |
commit | 07c4eef81fa642e305c11b3a41dcd8eb91a69369 (patch) | |
tree | 536072eeb2bebba1e583512ced7edf1fa31663a3 | |
parent | 97d8b8a37d6fa5be479ff8eb81117faad49c0c64 (diff) | |
download | puppet-ikiwiki-07c4eef81fa642e305c11b3a41dcd8eb91a69369.tar.gz puppet-ikiwiki-07c4eef81fa642e305c11b3a41dcd8eb91a69369.tar.bz2 |
TODO
-rw-r--r-- | manifests/instance.pp | 1 |
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", |