Versioning for provisioning templates?

Since all of our provisioning templates are stored in a database, this
makes taking a devops approach a little more difficult. I really like to
have a versioning system for my configuration data, especially kickstart
scripts. How would this be possible in Foreman?

Have a look at https://github.com/theforeman/foreman_templates. Might be
helpful. We aren't using it yet but are planning to.

Andreas

··· On 2014-09-26 16:14, lawre wrote: > Since all of our provisioning templates are stored in a database, this > makes taking a devops approach a little more difficult. I really like > to have a versioning system for my configuration data, especially > kickstart scripts. How would this be possible in Foreman?

By the way templates are versioned, in a simple way.

LZ

··· On Fri, Sep 26, 2014 at 07:14:52AM -0700, lawre wrote: > Since all of our provisioning templates are stored in a database, this > makes taking a devops approach a little more difficult. I really like to > have a versioning system for my configuration data, especially kickstart > scripts. How would this be possible in Foreman? > > -- > You received this message because you are subscribed to the Google Groups "Foreman users" group. > To unsubscribe from this group and stop receiving emails from it, send an email to foreman-users+unsubscribe@googlegroups.com. > To post to this group, send email to foreman-users@googlegroups.com. > Visit this group at http://groups.google.com/group/foreman-users. > For more options, visit https://groups.google.com/d/optout.


Later,
Lukas #lzap Zapletal

ahh, ok… i'll give this a try once i get my prod foreman instance up.
Thanks for the quick reply!