summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-14 21:08:28 +0200
committermh <mh@immerda.ch>2009-05-14 21:08:28 +0200
commit6db0df1dc8b1eae6f0f1ca92a812af72402db913 (patch)
treed29463a32abf33049edfc37b130f10b46bfd825b /manifests/init.pp
parentedd6db7728a2de30d6befc9ee835b6444c2df64b (diff)
factored ruby devel out
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 8a90fc5..630addf 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,5 +1,5 @@
class ruby {
- package { [ruby, ruby-devel]: ensure => installed }
+ package{'ruby':
+ ensure => installed,
+ }
}
-
-# $Id$