summaryrefslogtreecommitdiff
path: root/manifests/tmail.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-12-13 18:54:21 +0100
committermh <mh@immerda.ch>2009-12-13 18:54:21 +0100
commitd2e9ee2300de6a794c5be69f96f09d8005d809d2 (patch)
tree420e75cfa86b71f5e173faddfcf6f4751bdb314a /manifests/tmail.pp
parente1f82195c97472c2a1550ea17d8304641f3f4d33 (diff)
use new require function to get rid of additional dependecies
Diffstat (limited to 'manifests/tmail.pp')
-rw-r--r--manifests/tmail.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/tmail.pp b/manifests/tmail.pp
index be1c8da..efff0f2 100644
--- a/manifests/tmail.pp
+++ b/manifests/tmail.pp
@@ -1,8 +1,7 @@
class rubygems::tmail {
- include ::rubygems::devel
+ require ::rubygems::devel
package{'tmail':
ensure => present,
provider => gem,
- require => [ Package['rubygems'], Package['gcc'] ],
}
}