projects
/
puppet_rubygems.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add hiera gems
[puppet_rubygems.git]
/
manifests
/
highline.pp
1
class rubygems::highline {
2
require rubygems
3
package{'rubygem-highline':
4
ensure => present,
5
}
6
}