Version information
Start using this module
Add this module to your Puppetfile:
mod 'thomasvandoren-etckeeper', '0.0.9'
Learn more about managing modules with a PuppetfileDocumentation
etckeeper puppet module
Install and configure etckeeper using git.
Usage
Installs etckeeper with git configuration.
include etckeeper
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
etckeeper module for puppet
0.0.9
Update templates to support puppet 3.0. - @oc243 Add class params for git commit author and email.
0.0.8
Support Amazon Linux AMI. Use puppetlabs_spec_helper gem. Add spec tests.
0.0.7
Fixed support for Oracle Linux Server 6. - @sedden
0.0.6
Add support for Oracle Linux Server 6. - @sedden
0.0.5
Fix etckeeper init call for Ubuntu >= 11.10. - @sedden
0.0.4
Create /etc/etckeeper with mode 0755. - @cpick Support git packages for Ubuntu versions prior to Maverick. - @lorello
0.0.3
[BUG] initialize etckeeper after install.
0.0.2
[BUG] module would break if /etc/etckeeper dir not present.
0.0.1
First release!
Copyright (c) 2014, Thomas Van Doren All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.