3 # original by luke kanies
4 # http://github.com/lak
6 # Copyright 2008, Puzzle ITC GmbH
7 # Marcel Härry haerry+puppet(at)puzzle.ch
8 # Simon Josi josi+puppet(at)puzzle.ch
10 # This program is free software; you can redistribute
11 # it and/or modify it under the terms of the GNU
12 # General Public License version 3 as published by
13 # the Free Software Foundation.
16 # manage rubygems basics
18 # from debian 8 on this is not anymore needed as it's part of the ruby pkg
19 if ($::operatingsystem != 'Debian') or (versioncmp("${::operatingsystemmajrelease}",'8') < 0) {
25 source => [ 'puppet:///modules/site_rubygems/gemrc',
26 'puppet:///modules/rubygems/gemrc' ],