summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-14 21:43:36 +0200
committermh <mh@immerda.ch>2009-05-14 21:43:36 +0200
commit3c3be4f33fb145a42cf3ae7437dafdb0c2c57b25 (patch)
treeb5fb647d47b8a1b1822048e814056b978de2aab6 /manifests/init.pp
parentb91c7b8dcf91f84bbeb3abbf9d353bd9de8dc9d4 (diff)
only include devel things where needed
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 96c1bed..678bd54 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -14,9 +14,7 @@
#
class rubygems {
- include ruby::devel
- package{'rubygems':
+ package{'rubygems':
ensure => installed,
- require => Package['ruby-devel'],
}
}