unset dependency for lsb if there's a default one
This commit is contained in:
parent
698e6e98b8
commit
a93a38ca7c
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
class lsb::debian inherits lsb::base {
|
class lsb::debian inherits lsb::base {
|
||||||
Package['lsb']{
|
Package['lsb']{
|
||||||
name => 'lsb-release',
|
name => 'lsb-release',
|
||||||
|
require => undef,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue