diff options
-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", |