summaryrefslogtreecommitdiff
path: root/manifests/tlsmail.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-04-27 02:02:14 +0200
committermh <mh@immerda.ch>2010-04-27 02:02:14 +0200
commitecf8079a8d3b96743c661122906a95fbd8e01e98 (patch)
treeef1abffe26b5021dd5d54eaa23744e2323be99e1 /manifests/tlsmail.pp
parent6c84f44ee648db35d91f6f2a13f3ba4f6a1eecf8 (diff)
add some rubygems, add dep to tlsmail for mail for ruby 1.8.6
Diffstat (limited to 'manifests/tlsmail.pp')
-rw-r--r--manifests/tlsmail.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/tlsmail.pp b/manifests/tlsmail.pp
new file mode 100644
index 0000000..71aa615
--- /dev/null
+++ b/manifests/tlsmail.pp
@@ -0,0 +1,7 @@
+class rubygems::tlsmail {
+ require rubygems::devel
+ package{'tlsmail':
+ ensure => present,
+ provider => gem,
+ }
+}