Skip to content

Commit

Permalink
fix notify block
Browse files Browse the repository at this point in the history
  • Loading branch information
jfryman committed Oct 9, 2015
1 parent 286c849 commit e111f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/helper/service_manager.pp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
group => 'root',
mode => '0444',
source => "puppet:///modules/st2/systemd/system/st2actionrunner.service",
notify => Exec["sysctl enable ${st2_process}
notify => Exec["sysctl enable ${st2_process}"],
}

exec{"sysctl enable ${st2_process}":
Expand Down

0 comments on commit e111f9c

Please sign in to comment.