lint on states

This commit is contained in:
Paul 2021-08-19 21:15:24 +02:00
parent ecc6da804e
commit d456c0e9eb
213 changed files with 232 additions and 234 deletions

View File

@ -2,4 +2,4 @@
androidstudio: androidstudio:
enabled: true enabled: true
install_dir: /usr/local/apps install_dir: /usr/local/apps
config: config: {}

View File

@ -1,21 +1,21 @@
--- ---
dkron: dkron:
enabled: true enabled: true
install_dir: "/usr/local/apps" install_dir: /usr/local/apps
release_dir: "/usr/local/apps/releases" release_dir: /usr/local/apps/releases
mirror: "https://github.com/distribworks/dkron/releases/download" mirror: https://github.com/distribworks/dkron/releases/download
version: "3.0.5" version: 3.0.5
os: "linux" os: linux
arch: "amd64" arch: amd64
runuser: "dkron" runuser: dkron
user: "user" user: user
password: "password" password: password
url: "http://localhost:8898" url: http://localhost:8898
verify: false verify: false
config: config:
bootstrap-expect: 1 bootstrap-expect: 1
server: true server: true
ui: true ui: true
http-addr: "127.0.0.1:8898" http-addr: 127.0.0.1:8898
data-dir: "/var/lib/dkron" data-dir: /var/lib/dkron
jobs_list: [] jobs_list: []

View File

@ -1,8 +1,8 @@
--- ---
docker: docker:
enabled: true enabled: true
config_dir: "/etc/docker" config_dir: /etc/docker
config_file: "daemon.json" config_file: daemon.json
pkgs: pkgs:
- docker-ce - docker-ce
- docker-ce-cli - docker-ce-cli

View File

@ -94,8 +94,8 @@ dovecot:
15-lda.conf: 15-lda.conf:
hostname: host.example.com hostname: host.example.com
sendmail_path: /usr/sbin/sendmail sendmail_path: /usr/sbin/sendmail
lda_mailbox_autocreate: yes lda_mailbox_autocreate: 'yes'
lda_mailbox_autosubscribe: yes lda_mailbox_autosubscribe: 'yes'
protocol lda: protocol lda:
mail_plugins: $mail_plugins autocreate sieve quota mail_plugins: $mail_plugins autocreate sieve quota
postmaster_address: postmaster@example.com postmaster_address: postmaster@example.com

View File

@ -1,4 +1,4 @@
--- ---
drone: drone:
enabled: true enabled: true
server: server: {}

View File

@ -42,7 +42,7 @@ netbox:
database: 0 database: 0
cache_database: 1 cache_database: 1
default_timeout: 300 default_timeout: 300
ssl: False ssl: false
caching: caching:
host: "localhost" host: "localhost"
port: 6379 port: 6379
@ -50,7 +50,7 @@ netbox:
database: 0 database: 0
cache_database: 1 cache_database: 1
default_timeout: 300 default_timeout: 300
ssl: False ssl: false
admins: admins:
- ['John Doe', 'jdoe@example.com'] - ['John Doe', 'jdoe@example.com']
- ['Bob Reptincel', 'breptincel@example.com'] - ['Bob Reptincel', 'breptincel@example.com']
@ -60,10 +60,10 @@ netbox:
base_path: "" base_path: ""
cache_timeout: 900 cache_timeout: 900
changelog_retention: 90 changelog_retention: 90
cors_origin_allow_all: False cors_origin_allow_all: false
cors_origin_whitelist: [] cors_origin_whitelist: []
cors_origin_regex_whitelist: [] cors_origin_regex_whitelist: []
debug: False debug: false
email: email:
server: "localhost" server: "localhost"
port: 25 port: 25
@ -71,24 +71,24 @@ netbox:
password: password password: password
timeout: 10 timeout: 10
from_email: user@domain.com from_email: user@domain.com
enforce_global_unique: False enforce_global_unique: false
exempt_view_permissions: [] exempt_view_permissions: []
logging: {} logging: {}
login_required: False login_required: false
login_timeout: 3600 login_timeout: 3600
maintenance_mode: False maintenance_mode: false
max_page_size: 1000 max_page_size: 1000
metrics_enabled: False metrics_enabled: false
napalm_username: '' napalm_username: ''
napalm_password: '' napalm_password: ''
napalm_timeout: 30 napalm_timeout: 30
napalm_args: {} napalm_args: {}
paginate_count: 50 paginate_count: 50
prefer_ipv4: False prefer_ipv4: false
session_file_path: "/tmp" session_file_path: "/tmp"
session_cookie_age: 3600 session_cookie_age: 3600
time_zone: "UTC" time_zone: "UTC"
webhooks_enabled: False webhooks_enabled: false
date_format: "N j, Y" date_format: "N j, Y"
short_date_format: "Y-m-d" short_date_format: "Y-m-d"
time_format: "g:i a" time_format: "g:i a"

View File

@ -1,4 +1,4 @@
--- ---
nftables: nftables:
enabled: true enabled: true
networks: networks: {}

View File

@ -9,14 +9,14 @@ opendkim:
user: opendkim user: opendkim
group: opendkim group: opendkim
notify_addr: postmaster@example.com notify_addr: postmaster@example.com
notify_report: yes notify_report: 'yes'
host: 'localhost' host: 'localhost'
port: 8891 port: 8891
log_why: yes log_why: 'yes'
canonicalization: 'relaxed/simple' canonicalization: 'relaxed/simple'
require_safe_keys: false require_safe_keys: 'false'
syslog: yes syslog: 'yes'
syslog_success: yes syslog_success: 'yes'
key: key:
name: mx name: mx
content: > content: >

View File

@ -25,4 +25,3 @@ pycharm-shortcut:
- user: root - user: root
- group: root - group: root
- mode: 644 - mode: 644

View File

@ -1,3 +1 @@
--- ---
rainloop-config:

View File

@ -1,2 +1,2 @@
--- ---
redis: redis: {}

View File

@ -12,4 +12,4 @@ salt-minion-service-file:
salt-minion-service: salt-minion-service:
service.running: service.running:
- name: salt-minion - name: salt-minion
- enable: True - enable: true

View File

@ -1,4 +1,4 @@
--- ---
samba: samba:
enabled: true enabled: true
config: config: {}

View File

@ -15,4 +15,4 @@ ssh:
AllowGroups: admin AllowGroups: admin
X11Forwarding: 'yes' X11Forwarding: 'yes'
ssh_config: ssh_config:
ForwardAgent: yes ForwardAgent: 'yes'

View File

@ -54,4 +54,3 @@ sublimetext-desktop-entry:
- mode: 0644 - mode: 0644
- require: - require:
- archive: sublimetext-extract-archive - archive: sublimetext-extract-archive

View File

@ -2,3 +2,6 @@
time: time:
zone: Europe/Paris zone: Europe/Paris
server: fr.pool.ntp.org server: fr.pool.ntp.org
pkgs:
- ntp
- ntpdate

View File

@ -2,4 +2,4 @@
{%- from "time/map.jinja" import time with context %} {%- from "time/map.jinja" import time with context %}
time-pkgs: time-pkgs:
pkg.latest: pkg.latest:
- pkgs: ['ntp', 'ntpdate'] - pkgs: {{ time.pkgs }}

View File

@ -1,5 +1,4 @@
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }} ## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
{%- from "vsftpd/map.jinja" import vsftpd with context %} {%- from "vsftpd/map.jinja" import vsftpd with context %}
{%- for key, value in vsftpd.config.items() %} {%- for key, value in vsftpd.config.items() %}

View File

@ -1,4 +1,4 @@
--- ---
youtubedl: youtubedl:
install_dir: "/usr/bin" install_dir: /usr/bin
version: "2020.03.24" version: 2020.03.24

View File

@ -1,4 +1,4 @@
--- ---
zsh: zsh:
enabled: true enabled: true
config: config: {}