tohuwabohu / puppet-duplicity

Puppet module to manage backups based on duplicity.
Apache License 2.0
8 stars 33 forks source link

Add profile parameter to specifiy include/exclude in verbatim #51

Closed punycode closed 7 years ago

punycode commented 7 years ago

If there are already sources for rsync-style include/exclude specifications, it is hard to adapt them to the plain array style of the include_filelist and exclude_filelist parameters.

This commit adds the ability to set the content verbatim, while forcing the exclusive use of this feature. It is meant as a power user feature for cases, where the include/exclude specification is of a more complex nature.

tohuwabohu commented 7 years ago

Nice!

tohuwabohu commented 7 years ago

Released as 4.8.0 to the forge, thanks for the contribution.