Right now, with a top level saltstack dir in this repo, it's a bit messy getting this to run in Rambo.
After rambo createproject, you can't clone this repo into the project because you can't clone into a non-empty dir. You also can't clone a path in a repo. So, we should move the contents of saltstack up one dir, so that inside a rambo project, you can simply do git clone https://github.com/terminal-labs/sample-states.git saltstack to get your states in the right place.
Right now, with a top level
saltstack
dir in this repo, it's a bit messy getting this to run in Rambo.After
rambo createproject
, you can't clone this repo into the project because you can't clone into a non-empty dir. You also can't clone a path in a repo. So, we should move the contents ofsaltstack
up one dir, so that inside a rambo project, you can simply dogit clone https://github.com/terminal-labs/sample-states.git saltstack
to get your states in the right place.