projects
/
puppet_rubygems.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
merged with lak
[puppet_rubygems.git]
/
manifests
/
init.pp
1
#######################################
2
# rubygems module
3
# original by luke kanies
4
# http://github.com/lak
5
# adapted by Puzzle ITC
6
# haerry+puppet(at)puzzle.ch
7
#######################################
8
9
class rubygems {
10
package { rubygems: ensure => installed }
11
}