diff options
author | Markus Strauss <Markus@ITstrauss.eu> | 2011-10-30 17:41:19 -0400 |
---|---|---|
committer | Markus Strauss <Markus@ITstrauss.eu> | 2011-10-30 17:41:19 -0400 |
commit | c8ce27d10ebdfc91de5579c47c808a1d41b94223 (patch) | |
tree | 33d9514f04dfcd5f4765db099f8847485574517c /templates/finish.erb | |
parent | 22946cbbade150e9a3d8e7d0c0b1ad585182b30f (diff) | |
download | puppet-runit-c8ce27d10ebdfc91de5579c47c808a1d41b94223.tar.gz puppet-runit-c8ce27d10ebdfc91de5579c47c808a1d41b94223.tar.bz2 |
added ability to configure the finish script and provide a simple default one
Diffstat (limited to 'templates/finish.erb')
-rw-r--r-- | templates/finish.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/finish.erb b/templates/finish.erb new file mode 100644 index 0000000..787a174 --- /dev/null +++ b/templates/finish.erb @@ -0,0 +1,3 @@ +#!/bin/bash +echo "Stopping <%= name %>" +<%= finish_command %> |