Skip to content

A cookiecutter to set up a salt formula with a vagrantfile for automated testing.

Notifications You must be signed in to change notification settings

danielpodwysocki/cookiecutter-salt-formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

cookiecutter-salt-formula

A cookiecutter to set up a salt formula with a vagrantfile for automated testing.

Creates a directory structure and a Vagrant file that will automatically provision a VM using a masterless salt-minion.

It supports Debian and Rocky (and can be easily extend to more distros).

Create the folder structure for a salt formula using this cookiecutter

cookiecutter https://github.com/danielpodwysocki/cookiecutter-salt-formula.git

Bring up a Rocky Linux box and apply the state to it

vagrant up rocky

Bring up a Debian box and apply the salt state to it

vagrant up debian

Bring up all the VMs in the Vagrantfile

vagrant up

SSH into the rocky box

vagrant ssh rocky

SSH into the debian box

vagrant ssh rocky

About

A cookiecutter to set up a salt formula with a vagrantfile for automated testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published