Skip to content

Commit

Permalink
Merge pull request #593 from mcanevet/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jfryman committed Apr 7, 2015
2 parents 22f54d0 + 29e327a commit 93197b6
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 93197b6

Please sign in to comment.