projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6761ce
)
there is no libfilesystem-ruby1.9 in wheezy, but libfilesystem-ruby1.9.1
author
Martin Zobel-Helas
<zobel@debian.org>
Tue, 12 Feb 2013 22:30:08 +0000
(23:30 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Tue, 12 Feb 2013 22:30:08 +0000
(23:30 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/debian-org/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/debian-org/manifests/init.pp
b/modules/debian-org/manifests/init.pp
index
1c42d5f
..
efe91db
100644
(file)
--- a/
modules/debian-org/manifests/init.pp
+++ b/
modules/debian-org/manifests/init.pp
@@
-38,7
+38,7
@@
class debian-org {
}
if $::lsbmajdistrelease >= 7 {
- package { 'libfilesystem-ruby1.9':
+ package { 'libfilesystem-ruby1.9
.1
':
ensure => installed,
}
}