aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/gnupg/manifests/client.pp7
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/gnupg/manifests/client.pp b/modules/gnupg/manifests/client.pp
index d818c55c..f88f8559 100644
--- a/modules/gnupg/manifests/client.pp
+++ b/modules/gnupg/manifests/client.pp
@@ -1,10 +1,11 @@
class gnupg::client {
if versioncmp($::lsbdistrelease, '7') < 0 {
- package {['gnupg',
-} else {
package {['gnupg2',
-}
'rng-utils']:
+} else {
+ package {['gnupg',
+ 'rng-utils']:
+}
}
mga_common::local_script { 'create_gnupg_keys.sh':