diff options
author | Micah <micah@leap.se> | 2016-05-24 10:19:40 -0400 |
---|---|---|
committer | Micah <micah@leap.se> | 2016-05-24 10:19:40 -0400 |
commit | e1ddddf2a0f81cdab84deeecec3e068d333b6ce8 (patch) | |
tree | 7592ee5d07f5d0e93a40d0432d6a195ecc9ccd0d /templates/sh.conf.erb |
Squashed 'puppet/modules/backupninja/' content from commit 5268a87
git-subtree-dir: puppet/modules/backupninja
git-subtree-split: 5268a87c329f895017f8ea6c6abc377a4f9a6a77
Diffstat (limited to 'templates/sh.conf.erb')
-rw-r--r-- | templates/sh.conf.erb | 10 |
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 -%> |