summaryrefslogtreecommitdiff
path: root/manifests/tmail.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/tmail.pp')
-rw-r--r--manifests/tmail.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/tmail.pp b/manifests/tmail.pp
index 2510c03..3a2de7f 100644
--- a/manifests/tmail.pp
+++ b/manifests/tmail.pp
@@ -1,7 +1,8 @@
class rubygems::tmail {
+ include rubygems::devel
package{'tmail':
ensure => present,
provider => gem,
- require => Package['rubygems'],
+ require => [ Package['rubygems'], Package['gcc'] ],
}
}