Lint fixes
This commit is contained in:
parent
96fb1bacbc
commit
f70c8572a5
18 changed files with 71 additions and 43 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
# Add LSB Core system components
|
||||
#
|
||||
class lsb::core {
|
||||
|
@ -14,6 +13,9 @@ class lsb::core {
|
|||
"ubuntu": {
|
||||
$pkgname = "lsb-core"
|
||||
}
|
||||
default: {
|
||||
fail("lsb::core not supported on ${::operatingsystem}"}
|
||||
}
|
||||
}
|
||||
|
||||
package { "lsb-core":
|
||||
|
@ -42,6 +44,9 @@ class lsb::desktop {
|
|||
"ubuntu": {
|
||||
$pkgname = "lsb-desktop"
|
||||
}
|
||||
default: {
|
||||
fail("lsb::desktop not supported on ${::operatingsystem}"}
|
||||
}
|
||||
}
|
||||
|
||||
package { "lsb-desktop":
|
||||
|
@ -50,4 +55,3 @@ class lsb::desktop {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue