Closed copelco closed 9 years ago
fab setup_master will always fail currently due to it trying to push up the master configuration file to a non-existent /etc/salt/ directory.
fab setup_master
master
/etc/salt/
I agree with @dpoirier we should just always run mkdir -p /etc/salt/. I think this same problem exists for the minion.
mkdir -p /etc/salt/
Handled in #184.
fab setup_master
will always fail currently due to it trying to push up themaster
configuration file to a non-existent/etc/salt/
directory.