projects
/
puppet_rubygems.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
we need rubygems as well there
[puppet_rubygems.git]
/
manifests
/
highline.pp
1
class rubygems::highline {
2
include rubygems
3
package{'highline':
4
ensure => present,
5
provider => gem,
6
require => Package['rubygems'],
7
}
8
}