Forge Home

duplicity

Puppet duplicity module

22,182 downloads

6,683 latest version

3.1 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 1.2.1 (latest)
  • 1.2.0
  • 1.1.2
  • 1.1.1
  • 1.1.0
  • 1.0.13
  • 1.0.12
  • 1.0.11
  • 1.0.10
  • 1.0.9
  • 1.0.8
  • 1.0.7
  • 1.0.6
  • 1.0.5
  • 1.0.4
  • 1.0.3
  • 1.0.2
released Aug 24th 2018
This version is compatible with:
  • Puppet 3.x
  • ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'camptocamp-duplicity', '1.2.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add camptocamp-duplicity
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install camptocamp-duplicity --version 1.2.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

camptocamp/duplicity — version 1.2.1 Aug 24th 2018

2018-08-24 - Release 1.2.1

Add verbosity parameter (default same as previously hardcoded value)

2018-06-08 - Release 1.2.0

Add RHEL Support (if EPEL repositories are already enabled)

2017-06-15 - Release 1.1.2

  • Lower priority of duplicity process with nice
  • Add volsize parameter, defaults o 200M

2015-11-12 - Release 1.1.0

Add class parameters to manage cron hour/minute

2015-08-21 - Release 1.0.13

Use docker for acceptance tests

2015-06-26 - Release 1.0.12

Fix strict_variables activation with rspec-puppet 2.2

2015-05-28 - Release 1.0.11

Add beaker_spec_helper to Gemfile

2015-05-26 - Release 1.0.10

Use random application order in nodeset

2015-05-26 - Release 1.0.9

add utopic & vivid nodesets

2015-05-25 - Release 1.0.8

Don't allow failure on Puppet 4

2015-05-22 - Release 1.0.7

  • Add args to remove older than 30D command

2015-05-13 - Release 1.0.6

  • Add puppet-lint-file_source_rights-check gem

2015-05-12 - Release 1.0.5

  • Don't pin beaker

2015-04-27 - Release 1.0.4

  • Add nodeset ubuntu-12.04-x86_64-openstack

2015-04-15 - Release 1.0.3

  • Use file() function instead of fileserver

2015-04-03 - Release 1.0.2

  • Release on Puppet Forge

2015-04-03 - Release 1.0.1

  • Fix future parser issues

2015-04-03 - Release 1.0.0

  • Initial release