From 965bc661d09a33a23a207c3e9860cb26d7f1ca70 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Thu, 27 Feb 2014 20:03:52 -0500 Subject: [PATCH] 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. --- manifests/init.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 51aec4e..6f06a7c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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