Moved ssh key install to bootstrap phase.

This commit is contained in:
Timo Mkinen 2012-05-04 15:15:16 +03:00
parent c4176e2561
commit 1dc0c876b4

View file

@ -29,6 +29,8 @@ class ssh::known_hosts {
# #
class ssh::hostkeys { class ssh::hostkeys {
tag("bootstrap")
file { "/etc/ssh/ssh_host_dsa_key": file { "/etc/ssh/ssh_host_dsa_key":
ensure => present, ensure => present,
source => "puppet:///private/ssh_host_dsa_key", source => "puppet:///private/ssh_host_dsa_key",