fix states

This commit is contained in:
LinuxSquare 2024-02-01 23:58:36 +01:00
parent 72dc7fed8d
commit 560e82903b
3 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
{% from "{{ tpldir }}/map.jinja" import nginx with context %}
{% from tpldir+"/map.jinja" import nginx with context %}
nginx_pkg:
pkg.installed:

View file

@ -1,7 +1,6 @@
base:
'*':
- directories
- pillars
- system
- network
- apps