updated some jinja templates
This commit is contained in:
parent
6e2a084f61
commit
5e2e60d3c8
@ -1,4 +1,5 @@
|
||||
{%- from "dkron/map.jinja" import dkron with context -%}
|
||||
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
||||
{%- from "dkron/map.jinja" import dkron with context %}
|
||||
[Unit]
|
||||
Description=dkron - Open Source task scheduler
|
||||
Documentation=https://dkron.io/
|
||||
|
@ -1,3 +1,4 @@
|
||||
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
||||
{%- from "qrz/map.jinja" import qrz with context %}
|
||||
[Unit]
|
||||
Description=QRZ
|
||||
|
@ -1,4 +1,6 @@
|
||||
{%- from "ssh/map.jinja" import ssh with context -%}
|
||||
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
||||
|
||||
{%- from "ssh/map.jinja" import ssh with context %}
|
||||
|
||||
{% set net4=[] -%}
|
||||
{%- for key, value in salt['pillar.get']('net:ipv4_networks').items() -%}
|
||||
|
@ -1,4 +1,5 @@
|
||||
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
||||
|
||||
{%- from "sudo/map.jinja" import sudo with context %}
|
||||
|
||||
{%- if sudo.config.defaults is defined -%}
|
||||
|
@ -1,4 +1,5 @@
|
||||
{%- from "telegraf/map.jinja" import telegraf with context -%}
|
||||
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
||||
{%- from "telegraf/map.jinja" import telegraf with context %}
|
||||
[Unit]
|
||||
Description=The plugin-driven server agent for reporting metrics into InfluxDB
|
||||
Documentation=https://github.com/influxdata/telegraf
|
||||
|
@ -1,4 +1,5 @@
|
||||
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
||||
|
||||
{% from "tor/map.jinja" import tor with context %}
|
||||
|
||||
ORPort {{ tor.config.exit_port }}
|
||||
|
@ -1,6 +1,7 @@
|
||||
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
||||
|
||||
{%- from "vsftpd/map.jinja" import vsftpd with context %}
|
||||
|
||||
{%- for key, value in vsftpd.config.items() %}
|
||||
{{ key }}={{ value }}
|
||||
{%- endfor %}
|
@ -11,6 +11,10 @@ export GOROOT=/usr/local/go
|
||||
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
||||
|
||||
|
||||
# Rust settings
|
||||
export PATH=$PATH:$HOME/.cargo/bin
|
||||
|
||||
|
||||
# Oh my ZSH settings
|
||||
export ZSH=/usr/share/oh-my-zsh
|
||||
ZSH_THEME="jreese"
|
||||
|
Loading…
Reference in New Issue
Block a user