]> gitweb.fluxo.info Git - puppet-ikiwiki.git/commitdiff
TODO
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 10 Apr 2013 22:08:37 +0000 (19:08 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 10 Apr 2013 22:08:37 +0000 (19:08 -0300)
manifests/instance.pp

index 31a64315fd9173d7b983efd9b27ad11cab8a6ab9..d848624f06ea1c8bafe8404c72bfdc5063ed61d8 100644 (file)
@@ -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",