From 6b09aba10d292c47423cbab283f89f2490b2a3f8 Mon Sep 17 00:00:00 2001 From: Pietro Date: Tue, 8 Jul 2008 18:43:42 +0000 Subject: sh backupninja handler. --- templates/sh.conf.erb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 templates/sh.conf.erb (limited to 'templates') 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 -%> -- cgit v1.2.3