<div dir="ltr">I don't tend to mess with it often but it would be worth looking into what changes in that directory through regular server usage too.</div><br><div class="gmail_quote"><div dir="ltr">On Wed, Oct 18, 2017 at 4:28 PM Chris Frey <<a href="mailto:cdfrey@foursquare.net">cdfrey@foursquare.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, Oct 18, 2017 at 05:08:40PM +0000, Chamunks wrote:<br>
> I'm curious if anyone listening here was a part of that conversation at<br>
> all.  I have a VPS that I keep rented at OVH for the purpose of beating the<br>
> hell out of it all the time trying different things.  I would LOVE to find<br>
> a way to manage its configs across re-installs that doesn't really involve<br>
> me having to write a salt template for it all.<br>
<br>
I don't remember if I was involved in that conversation, but<br>
I often just make the /etc directory a git repository (cd /etc ; git init)<br>
and periodically commit changes as a way to track what's going on.<br>
<br>
Just remember to restrict the permissions on the .git directory<br>
so sensitive data doesn't leak.<br>
<br>
>From there, it's possible to do all the usual git branching, tagging,<br>
remote handling, etc.<br>
<br>
- Chris<br>
<br>
<br>
_______________________________________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org" target="_blank">kwlug-disc@kwlug.org</a><br>
<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" rel="noreferrer" target="_blank">http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
</blockquote></div>