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:
4656322
)
work around the missing python-psutil on kfreebsd
author
Martin Zobel-Helas
<zobel@debian.org>
Sat, 25 May 2013 11:10:23 +0000
(13:10 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sat, 25 May 2013 11:11:05 +0000
(13:11 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/buildd/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/buildd/manifests/init.pp
b/modules/buildd/manifests/init.pp
index
2f30b82
..
e0a5ad8
100644
(file)
--- a/
modules/buildd/manifests/init.pp
+++ b/
modules/buildd/manifests/init.pp
@@
-81,7
+81,7
@@
class buildd ($ensure=present) {
require => Package['debian.org']
}
- if
$::lsbmajdistrelease >= 7
{
+ if
($::lsbmajdistrelease >= 7 and $::kernel == 'Linux')
{
package { 'python-psutil':
ensure => installed,
}