Move salt states and pillar data to separate repository

This commit removes the salt states and pillar data and adds the
ldapserver role to the gvaldap host.
This commit is contained in:
Jan Dittberner 2016-01-31 16:23:53 +01:00
parent 6a8997e950
commit 62d8ed64e2
49 changed files with 3 additions and 1167 deletions

4
Vagrantfile vendored
View file

@ -41,8 +41,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.