Skip to content

FrankVanDamme/puppet-etckeeper

 
 

Repository files navigation

etckeeper puppet module

Build Status

Install and configure etckeeper using git.

Usage

Installs etckeeper with git configuration.

include etckeeper

to specify the author and author-email, use:

class { 'etckeeper':
        etckeeper_author        =>      "etckeeper",
        etckeeper_email         =>      "[email protected]",
}

Note that this module assumes the etckeeper package is available in one of the available package repos. You may need to add EPEL (or similar) on some EL distros.

Development

To run the linter and spec tests locally:

bundle install --gemfile .gemfile
rake lint
rake spec

Authors

Thomas Van Doren

License

BSD

Packages

No packages published

Languages

  • Puppet 37.9%
  • Ruby 36.6%
  • Shell 15.3%
  • HTML 10.2%