Packer image templates for the Salt test suite
These are intended to always be kept separate
- master - base golden images ( just updates and vim, used by ci branch )
- ci - golden images used jenkins for the vm's that kitchen-salt spins up
- jenkins-slaves - images used by jenkins ec2 plugin that kitchen-salt is run from
Be sure to install pre-commit in order to prevent checking in AWS credentials. On the root of the cloned repository do:
pip install pre-commit
pre-commit install
That's it! And you only have to do it once after cloning the repository.