voxpupuli / puppet-jail

FreeBSD Jails with Puppet
https://forge.puppet.com/puppet/jail
Apache License 2.0
9 stars 8 forks source link

Replace default provider with new iocage provider #6

Closed zachfi closed 9 years ago

zachfi commented 9 years ago

This work replaces most of the heavy lifting with a new provider that leverages an external tool, iocage. This should help avoid the complexity and noise that comes with trying to do procedural work in a declarative language.

Thanks to robak for tackling the jail problem.