fix states
This commit is contained in:
parent
72dc7fed8d
commit
560e82903b
3 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
{% set dir = '/usr/local/noveria' %}
|
||||
|
||||
{% set noveria = {
|
||||
'dir': '/usr/local/noveria',
|
||||
'dir': '%s' % dir,
|
||||
'bin_dir': '%s/bin' % dir,
|
||||
'etc_dir': '%s/etc' % dir,
|
||||
'app_dir': '%s/apps' % dir
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% from "{{ tpldir }}/map.jinja" import nginx with context %}
|
||||
{% from tpldir+"/map.jinja" import nginx with context %}
|
||||
|
||||
nginx_pkg:
|
||||
pkg.installed:
|
||||
|
|
1
top.sls
1
top.sls
|
@ -1,7 +1,6 @@
|
|||
base:
|
||||
'*':
|
||||
- directories
|
||||
- pillars
|
||||
- system
|
||||
- network
|
||||
- apps
|
||||
|
|
Loading…
Reference in a new issue