caktus / django-project-template

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

Make setup_minion example show a more common usecase #225

Closed vkurup closed 8 years ago

vkurup commented 8 years ago

The provisioning doc shows a setup_minion example that doesn't include the salt-master role. It's just an example, but more than one of us has ignored that role leading to a lot of head-scratching. Might as well show an example that will set up a server for the most common use-case: All services on a single server, without celery. (Not 100% sure that's the most common case as we use celery a lot, but at least it's an example that will lead to a successful deploy)