diff options
author | Micah Anderson <micah@riseup.net> | 2008-05-17 23:31:38 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2008-05-17 23:31:38 +0000 |
commit | 6406454bbf71595c511d8ccf838a6007b4fe1e5e (patch) | |
tree | 0ebf457c71357fc140758703cf2c9744bde4d578 /templates | |
parent | e726de219e33706f34060ecfd7d94ae4da83ebbb (diff) | |
download | puppet-backupninja-6406454bbf71595c511d8ccf838a6007b4fe1e5e.tar.gz puppet-backupninja-6406454bbf71595c511d8ccf838a6007b4fe1e5e.tar.bz2 |
create a backupninja svn piece to the module
Diffstat (limited to 'templates')
-rw-r--r-- | templates/svn.conf.erb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/svn.conf.erb b/templates/svn.conf.erb new file mode 100644 index 0000000..465cc67 --- /dev/null +++ b/templates/svn.conf.erb @@ -0,0 +1,10 @@ +# 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. + +<% %w{src dest tmp vsname}.each do |v| + if send(v) + -%><%= v + ' = ' + send(v) + "\n" %><% + end +end -%>
\ No newline at end of file |