Fix typo
This commit is contained in:
parent
22f54d0299
commit
29e327aa96
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class nginx::service(
|
|||
$service_ensure_real = $service_ensure
|
||||
}
|
||||
|
||||
case $::osfamilly {
|
||||
case $::osfamily {
|
||||
'OpenBSD': {
|
||||
service { 'nginx':
|
||||
ensure => $service_ensure_real,
|
||||
|
|
Loading…
Reference in a new issue