lsb: Typo fixes
This commit is contained in:
parent
1815ec2ea6
commit
682a7e5292
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ class lsb::core {
|
|||
$pkgname = "lsb-core"
|
||||
}
|
||||
default: {
|
||||
fail("lsb::core not supported on ${::operatingsystem}"}
|
||||
fail("lsb::core not supported on ${::operatingsystem}")
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -45,7 +45,7 @@ class lsb::desktop {
|
|||
$pkgname = "lsb-desktop"
|
||||
}
|
||||
default: {
|
||||
fail("lsb::desktop not supported on ${::operatingsystem}"}
|
||||
fail("lsb::desktop not supported on ${::operatingsystem}")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue