puppetlabs / provision

Simple tasks to provision and tear_down containers / instances and virtual machines.
Apache License 2.0
20 stars 53 forks source link

Uncouple from the puppet_litmus gem #260

Closed h0tw1r3 closed 4 months ago

h0tw1r3 commented 7 months ago

Requesting feedback

Transforms this pseudo puppet module (which requires a gem not bundled with anything) into an standard r10k/bolt installable module usable outside of the litmus framework.

Module is very useful outside of litmus, particularly for real-time puppet code development. Provision a node, do some "live" development and testing, tear it down.

h0tw1r3 commented 6 months ago

Related to #167

jordanbreen28 commented 4 months ago

hey @h0tw1r3 - we really like this idea. Could you look to resolve the merge conflicts, and we can start looking to move this forward.

h0tw1r3 commented 4 months ago

@jordanbreen28 rebased

h0tw1r3 commented 4 months ago

added inventory helper spec tests