aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorPietro <pietro@riseup.net>2008-07-08 18:43:42 +0000
committerPietro <pietro@riseup.net>2008-07-08 18:43:42 +0000
commit6b09aba10d292c47423cbab283f89f2490b2a3f8 (patch)
tree492f38e8dead21303ab2ec493469bdf74f6a09d1 /templates
parent05b987d4d81e8d46203a9dc368eab25c8b973dfc (diff)
downloadpuppet-backupninja-6b09aba10d292c47423cbab283f89f2490b2a3f8.tar.gz
puppet-backupninja-6b09aba10d292c47423cbab283f89f2490b2a3f8.tar.bz2
sh backupninja handler.
Diffstat (limited to 'templates')
-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 0000000..f1e77ff
--- /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 do |line| -%>
+<%= line %>
+<% end -%>