summaryrefslogtreecommitdiff
path: root/manifests/init.pp
blob: 119cc8006c4a36603235a947c7bb1bf02a34b35c (plain)
1
2
3
4
5
6
7
8
9
10
11
#######################################
# rubygems module
# original by luke kanies
# http://github.com/lak
# adapted by  Puzzle ITC 
# haerry+puppet(at)puzzle.ch
#######################################

class rubygems {
	package { rubygems: ensure => installed }
}