summaryrefslogtreecommitdiff
path: root/manifests/mail.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-04-26 00:01:51 +0200
committermh <mh@immerda.ch>2010-04-26 00:01:51 +0200
commit6c84f44ee648db35d91f6f2a13f3ba4f6a1eecf8 (patch)
tree990e59db0d3820e5379d3c87760ec795894ef5f2 /manifests/mail.pp
parent10ab54dc6538655ff8e0cbe3c730b477986aa1b7 (diff)
add some gems
Diffstat (limited to 'manifests/mail.pp')
-rw-r--r--manifests/mail.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp
new file mode 100644
index 0000000..a7c5f1a
--- /dev/null
+++ b/manifests/mail.pp
@@ -0,0 +1,7 @@
+class rubygems::mail {
+ require rubygems::devel
+ package{'mail':
+ ensure => present,
+ provider => gem,
+ }
+}