summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSimon Josi <josi@puzzle.ch>2010-03-29 18:19:14 +0200
committerSimon Josi <josi@puzzle.ch>2010-03-29 18:19:14 +0200
commit4e61b2b6e1fcf1b26fdcf7638cdf53a8873ba672 (patch)
treeb112adf40c96f114aec615bab4d9df8486bcf36b /manifests/init.pp
parent292c22d8ab092ea7bbbd8e053374fb6896155449 (diff)
source code style
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp9
1 files changed, 1 insertions, 8 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 1b55809..9f24b15 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -13,15 +13,8 @@
# the Free Software Foundation.
#
-import 'defines.pp'
-
class rubygems {
- include rubygems::base
-}
-
-class rubygems::base {
- package { rubygems:
+ package{'rubygems':
ensure => present
}
}
-