summaryrefslogtreecommitdiff
path: root/manifests/tmail.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-12-13 19:21:09 +0100
committermh <mh@immerda.ch>2009-12-13 19:21:09 +0100
commit10ab54dc6538655ff8e0cbe3c730b477986aa1b7 (patch)
treeb2f19cab5329c98fc8a9a8154a26daca46a29e60 /manifests/tmail.pp
parente04611e2b959905e34581377ae40850c27f93842 (diff)
fix inclusion
Diffstat (limited to 'manifests/tmail.pp')
-rw-r--r--manifests/tmail.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/tmail.pp b/manifests/tmail.pp
index efff0f2..dd7117d 100644
--- a/manifests/tmail.pp
+++ b/manifests/tmail.pp
@@ -1,5 +1,5 @@
class rubygems::tmail {
- require ::rubygems::devel
+ require rubygems::devel
package{'tmail':
ensure => present,
provider => gem,