voxpupuli / puppet-jail

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

add pkglist parameter to jail type #30

Closed igalic closed 7 years ago

igalic commented 7 years ago

This adds the array paremeter pkglist to jail. This parameter is not discoverable thru iocage get all <jail>. But, what happens when this parameter changes? Effectively, we'll have to rebuild the jail.

igalic commented 7 years ago

Next steps: find out how to rebuild jails / templates. Does rebuilding a template trigger a rebuild of all its jails? How do we test this??

zachfi commented 7 years ago

For the module, a simple test might just be that when pkglist is passed, that we see --pkglist in the command arguments.