exported sshkey does not require ssh package
This is necessary because of a bug with PuppetDB. Without this patch you will get invalid relationship errors.
This commit is contained in:
parent
ae87198e76
commit
965bc661d0
@ -471,7 +471,6 @@ class ssh (
|
||||
ensure => $ssh_key_ensure,
|
||||
type => $ssh_key_type,
|
||||
key => $key,
|
||||
require => Package[$packages_real],
|
||||
}
|
||||
|
||||
# import all nodes' ssh keys
|
||||
|
Loading…
x
Reference in New Issue
Block a user