Skip to content

Commit

Permalink
Fix flags parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Zophar78 committed Feb 12, 2015
1 parent 1b4d0fa commit de947be
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 @@ -41,7 +41,7 @@
ensure => $service_ensure_real,
name => $service_name,
enable => $service_enable,
flags => '',
flags => $service_flags,
hasstatus => true,
hasrestart => true,
}
Expand Down

0 comments on commit de947be

Please sign in to comment.