diff --git a/Vagrantfile b/Vagrantfile index 10854f0..1fc6ff5 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -58,6 +58,7 @@ Vagrant.configure(2) do |config| salt.minion_id = "gvadev" salt.masterless = true salt.run_highstate = true + salt.verbose = true salt.colorize = true end end diff --git a/salt/bootstrap.sh b/salt/bootstrap.sh index 8f3f04f..98f077e 100755 --- a/salt/bootstrap.sh +++ b/salt/bootstrap.sh @@ -24,3 +24,11 @@ pillar_roots: log_file: file:///dev/log EOF + +cat >/etc/salt/grains <