summaryrefslogtreecommitdiff
path: root/templates/sh.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sh.conf.erb')
-rw-r--r--templates/sh.conf.erb10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/sh.conf.erb b/templates/sh.conf.erb
new file mode 100644
index 00000000..f1b4161a
--- /dev/null
+++ b/templates/sh.conf.erb
@@ -0,0 +1,10 @@
+#!/bin/sh
+#
+# This configuration file was auto-generated by the Puppet configuration
+# management system. Any changes you make to this file will be overwritten
+# the next time Puppet runs. Please make configuration changes to this
+# service in Puppet.
+
+<% @command_string.each_line do |line| -%>
+<%= line %>
+<% end -%>