projects
/
puppet_rubygems.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cosmetics
[puppet_rubygems.git]
/
manifests
/
init.pp
diff --git
a/manifests/init.pp
b/manifests/init.pp
index
9316593
..
1b55809
100644
(file)
--- a/
manifests/init.pp
+++ b/
manifests/init.pp
@@
-16,5
+16,12
@@
import 'defines.pp'
class rubygems {
- package { rubygems: ensure => installed }
+ include rubygems::base
}
+
+class rubygems::base {
+ package { rubygems:
+ ensure => present
+ }
+}
+