Move salt states and pillar data to separate repository

This commit is contained in:
Jan Dittberner 2016-01-31 10:42:45 +00:00
parent 6147a90066
commit e0449148a7
48 changed files with 2 additions and 1167 deletions

4
Vagrantfile vendored
View file

@ -43,8 +43,8 @@ Vagrant.configure(2) do |config|
# the path on the guest to mount the folder. And the optional third
# argument is a set of non-required options.
# config.vm.synced_folder "../data", "/vagrant_data"
config.vm.synced_folder "salt/roots/", "/srv/salt/"
config.vm.synced_folder "salt/pillar/", "/srv/pillar/"
config.vm.synced_folder "../gvasalt/states/", "/srv/salt/"
config.vm.synced_folder "../gvasalt/pillar/", "/srv/pillar/"
# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.