summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2016-01-08 13:43:30 +0100
committermh <mh@immerda.ch>2016-01-08 13:43:30 +0100
commit72b32ac5fe67d931aa3bf4ba19ab8dcde7a23c01 (patch)
tree1057240c6b3afb12257e5deb8d65bdae4ce1f2ff
parentc596f10baf5da5e025fdf3eea54a425c27f79b11 (diff)
clarify documentation
-rw-r--r--manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 0585994..40308cb 100644
--- 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,