puppet: Fix typo from previous commit.
This commit is contained in:
parent
438d1aefc3
commit
db058e1801
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class puppet::client {
|
|||
|
||||
case $::operatingsystem {
|
||||
"openbsd": {
|
||||
if versioncmp($::operatingsystemrelease, "5.8") > 0 {
|
||||
if versioncmp($::operatingsystemrelease, "5.8") < 0 {
|
||||
$service = "puppetd"
|
||||
} else {
|
||||
$service = "puppet"
|
||||
|
|
Loading…
Add table
Reference in a new issue