thomasvandoren / puppet-etckeeper

Not actively developed - Puppet module for etckeeper.
https://forge.puppetlabs.com/thomasvandoren/etckeeper
BSD 2-Clause "Simplified" License
14 stars 15 forks source link

Support for remote repositories? #14

Closed arielsalvo closed 6 years ago

arielsalvo commented 10 years ago

Hi!

I'm not puppet-savvy enough to implement this on my own...

I found 2 ways to implement this:

Personally, I'd go with this:

  1. adding the remote repo's URI as an optional parameter to your module
    • setting PUSH_REMOTE=origin in etckeeper.conf
    • and issuing the command git remote add origin <repo_uri>

The remote repo an the access to it must be prepared manually or by some other process.

What do you think? Can that be done?

Thanks! --Ariel

thomasvandoren commented 6 years ago

Archiving this repo and closing all open issues and pull requests. Please fork and maintain any changes in another repo. Sorry for the inconvenience.