Moved ssh key install to bootstrap phase.
This commit is contained in:
parent
c4176e2561
commit
1dc0c876b4
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue