summaryrefslogtreecommitdiff
path: root/manifests/tmail.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-14 20:06:58 +0200
committermh <mh@immerda.ch>2009-05-14 20:06:58 +0200
commit64b1b45d7516ec65efd4552da42734809f1e9e4a (patch)
treeeaa37131fa62f6296b1e82640b009eed426470e6 /manifests/tmail.pp
parent02588b1934bf63a7bdb7f29661b154ee661071d0 (diff)
added gpgme, highline and tmail gem
Diffstat (limited to 'manifests/tmail.pp')
-rw-r--r--manifests/tmail.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/tmail.pp b/manifests/tmail.pp
new file mode 100644
index 0000000..2510c03
--- /dev/null
+++ b/manifests/tmail.pp
@@ -0,0 +1,7 @@
+class rubygems::tmail {
+ package{'tmail':
+ ensure => present,
+ provider => gem,
+ require => Package['rubygems'],
+ }
+}