Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet committed Apr 7, 2015
1 parent ec866e4 commit 731bb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/service.pp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
$service_ensure_real = $service_ensure
}

case $::osfamilly {
case $::osfamily {
'OpenBSD': {
service { 'nginx':
ensure => $service_ensure_real,
Expand Down

0 comments on commit 731bb3a

Please sign in to comment.