projects
/
puppet_rubygems.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
3a56cc6
)
install highline by package
author
mh
<mh@immerda.ch>
Thu, 11 Jun 2009 06:45:55 +0000
(08:45 +0200)
committer
mh
<mh@immerda.ch>
Thu, 11 Jun 2009 06:45:55 +0000
(08:45 +0200)
manifests/highline.pp
patch
|
blob
|
history
diff --git
a/manifests/highline.pp
b/manifests/highline.pp
index
b1861ba
..
639c728
100644
(file)
--- a/
manifests/highline.pp
+++ b/
manifests/highline.pp
@@
-1,8
+1,7
@@
class rubygems::highline {
include rubygems
- package{'highline':
+ package{'
rubygem-
highline':
ensure => present,
- provider => gem,
require => Package['rubygems'],
}
}