projects
/
puppet_rubygems.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
c596f10
)
clarify documentation
author
mh
<mh@immerda.ch>
Fri, 8 Jan 2016 12:43:30 +0000
(13:43 +0100)
committer
mh
<mh@immerda.ch>
Fri, 8 Jan 2016 12:43:30 +0000
(13:43 +0100)
manifests/init.pp
patch
|
blob
|
history
diff --git
a/manifests/init.pp
b/manifests/init.pp
index
0585994
..
40308cb
100644
(file)
--- a/
manifests/init.pp
+++ b/
manifests/init.pp
@@
-13,8
+13,9
@@
# the Free Software Foundation.
#
+# manage rubygems basics
class rubygems {
- # from debian 8 on this is not anymore needed
+ # from debian 8 on this is not anymore needed
as it's part of the ruby pkg
if ($::operatingsystem != 'Debian') or (versioncmp($::operatingsystemmajrelease,'8') < 0) {
package{'rubygems':
ensure => installed,