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
79c39d3
..
1b55809
100644
(file)
--- a/
manifests/init.pp
+++ b/
manifests/init.pp
@@
-16,12
+16,12
@@
import 'defines.pp'
class rubygems {
- include rubygems::base
+
include rubygems::base
}
class rubygems::base {
-
package { rubygems:
- ensure => present
- }
+ package { rubygems:
+
ensure => present
+
}
}