From 07c4eef81fa642e305c11b3a41dcd8eb91a69369 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 10 Apr 2013 19:08:37 -0300 Subject: TODO --- manifests/instance.pp | 1 + 1 file changed, 1 insertion(+) 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", -- cgit v1.2.3