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:
d2a11be
)
linting
author
mh
<mh@immerda.ch>
Sun, 28 Dec 2014 12:16:10 +0000
(13:16 +0100)
committer
mh
<mh@immerda.ch>
Sun, 28 Dec 2014 12:16:10 +0000
(13:16 +0100)
manifests/xmlsimple.pp
patch
|
blob
|
history
diff --git
a/manifests/xmlsimple.pp
b/manifests/xmlsimple.pp
index
1819f77
..
7b00204
100644
(file)
--- a/
manifests/xmlsimple.pp
+++ b/
manifests/xmlsimple.pp
@@
-3,7
+3,7
@@
class rubygems::xmlsimple {
package{'rubygem-xml-simple':
ensure => present,
}
- case $operatingsystem {
+ case $
::
operatingsystem {
debian,ubuntu: {
Package['rubygem-xml-simple']{
name => 'libxml-simple-ruby'