Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuller committed May 22, 2016
1 parent 75d50ba commit c6e4867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/service.pp
Expand Up @@ -4,7 +4,7 @@

service { 'strongswan':
name => $service_name,
ensure => $service_running,
ensure => $service_ensure,
enable => $service_enable,
hasstatus => true,
hasrestart => true,
Expand Down

0 comments on commit c6e4867

Please sign in to comment.