diff options
author | Antoine Beaupre <anarcat@koumbit.org> | 2009-06-16 10:52:14 -0400 |
---|---|---|
committer | Antoine Beaupre <anarcat@koumbit.org> | 2009-06-16 10:52:14 -0400 |
commit | 77ca6deb7a3a194ffeeb4c3a5cf0855bd06a0ae9 (patch) | |
tree | a0599f64daec606f47ece7a79eb925225d347db4 /templates | |
parent | e7ac16329b76d8a17fa7b247d55d3c3f7c9f2e10 (diff) | |
download | puppet-backupninja-77ca6deb7a3a194ffeeb4c3a5cf0855bd06a0ae9.tar.gz puppet-backupninja-77ca6deb7a3a194ffeeb4c3a5cf0855bd06a0ae9.tar.bz2 |
add extras flag to add arbitrary options to rdiff configuration
Diffstat (limited to 'templates')
-rw-r--r-- | templates/rdiff.conf.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/rdiff.conf.erb b/templates/rdiff.conf.erb index 0e19125..99bda4e 100644 --- a/templates/rdiff.conf.erb +++ b/templates/rdiff.conf.erb @@ -5,6 +5,8 @@ <%= 'options = ' + options if options %> +<%= extras if extras %> + [source] type = local <%= 'keep = ' + keep if keep %> |