caktus / django-project-template

Django project template for startproject (Requires 2.2+)
209 stars 53 forks source link

create /etc/salt before attempting to put() salt config #180

Closed copelco closed 9 years ago

copelco commented 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.

mlavin commented 9 years ago

I agree with @dpoirier we should just always run mkdir -p /etc/salt/. I think this same problem exists for the minion.

mlavin commented 9 years ago

Handled in #184.