aboutsummaryrefslogtreecommitdiffstats
path: root/modules/gnupg/manifests/client.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gnupg/manifests/client.pp')
-rw-r--r--modules/gnupg/manifests/client.pp11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/gnupg/manifests/client.pp b/modules/gnupg/manifests/client.pp
new file mode 100644
index 00000000..1c8f6210
--- /dev/null
+++ b/modules/gnupg/manifests/client.pp
@@ -0,0 +1,11 @@
+class gnupg::client {
+ package {['gnupg',
+ 'rng-utils']:
+ }
+
+ local_script { 'create_gnupg_keys.sh':
+ content => template('gnupg/create_gnupg_keys.sh')
+ }
+}
+
+