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