projects
/
puppet_rubygems.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6eb1bb
)
highline: debian/ubuntu package named ruby-highline
author
varac
<varacanero@zeromail.org>
Fri, 26 Oct 2012 16:18:03 +0000
(18:18 +0200)
committer
varac
<varacanero@zeromail.org>
Fri, 26 Oct 2012 16:18:03 +0000
(18:18 +0200)
manifests/highline.pp
patch
|
blob
|
history
diff --git
a/manifests/highline.pp
b/manifests/highline.pp
index
b8eaa90
..
c29591c
100644
(file)
--- a/
manifests/highline.pp
+++ b/
manifests/highline.pp
@@
-3,4
+3,11
@@
class rubygems::highline {
package{'rubygem-highline':
ensure => present,
}
+
+ case $::operatingsystem {
+ debian,ubuntu: {
+ Package['rubygem-highline']{
+ name => 'ruby-highline'
+ }
+ }
}