From 1dc0c876b49806b9a45802dd8ac4ca284ad476c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Fri, 4 May 2012 15:15:16 +0300 Subject: [PATCH] Moved ssh key install to bootstrap phase. --- ssh/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ssh/manifests/init.pp b/ssh/manifests/init.pp index 8bacbf3..cd38647 100644 --- a/ssh/manifests/init.pp +++ b/ssh/manifests/init.pp @@ -29,6 +29,8 @@ class ssh::known_hosts { # class ssh::hostkeys { + tag("bootstrap") + file { "/etc/ssh/ssh_host_dsa_key": ensure => present, source => "puppet:///private/ssh_host_dsa_key",