aboutsummaryrefslogtreecommitdiffstats
path: root/modules/gnupg/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gnupg/manifests/init.pp')
-rw-r--r--modules/gnupg/manifests/init.pp14
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/gnupg/manifests/init.pp b/modules/gnupg/manifests/init.pp
index 0c183c56..c2237264 100644
--- a/modules/gnupg/manifests/init.pp
+++ b/modules/gnupg/manifests/init.pp
@@ -1,18 +1,4 @@
class gnupg {
- class client {
- package { ["gnupg","rng-utils"]:
- ensure => present,
- }
-
- file { "/usr/local/bin/create_gnupg_keys.sh":
- ensure => present,
- owner => root,
- group => root,
- mode => 755,
- content => template('gnupg/create_gnupg_keys.sh')
- }
- }
-
# debian recommend SHA2, with 4096
# http://wiki.debian.org/Keysigning
# as they are heavy users of gpg, I will tend