Jan Dittberner
3fd146215f
This commit renames the roots directory to states because it contains salt states.
7 lines
411 B
Text
7 lines
411 B
Text
{% set home = '/home/vagrant' %}
|
|
{% set venv = home + '/gva-venv' %}
|
|
{% set checkout = '/vagrant' %}
|
|
{% set gva_component = salt['pillar.get']('gnuviechadmin:component:name') %}
|
|
{% set gva_amqp_user = salt['pillar.get']('gnuviechadmin:component:amqp_user') %}
|
|
{% set python_module = salt['pillar.get']('gnuviechadmin:component:python_module', gva_component) %}
|
|
{% set appdir = checkout + '/' + python_module %}
|