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:
Garrett Honeycutt 2014-02-27 20:03:52 -05:00
parent ae87198e76
commit 965bc661d0

View File

@ -471,7 +471,6 @@ class ssh (
ensure => $ssh_key_ensure, ensure => $ssh_key_ensure,
type => $ssh_key_type, type => $ssh_key_type,
key => $key, key => $key,
require => Package[$packages_real],
} }
# import all nodes' ssh keys # import all nodes' ssh keys