diff options
author | Georg Pfuetzenreuter | 2023-02-15 23:08:18 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-02-15 23:18:54 +0100 |
commit | 18d28c3b7fed42e29eb9ff7b11b4dd1a54f8a510 (patch) | |
tree | e16882e59a3f08fe1a09220d2a8d7c8358b7f23c /salt/profile/netcup_failover | |
parent | cd93d792fff7bde02f75aa9d704de644be290b1a (diff) | |
download | salt-18d28c3b7fed42e29eb9ff7b11b4dd1a54f8a510.tar.gz salt-18d28c3b7fed42e29eb9ff7b11b4dd1a54f8a510.tar.bz2 salt-18d28c3b7fed42e29eb9ff7b11b4dd1a54f8a510.zip |
Address salt-lint errors/warnings
- remove trailing whitespaces
- format octal modes correctly
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'salt/profile/netcup_failover')
-rw-r--r-- | salt/profile/netcup_failover/init.sls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/salt/profile/netcup_failover/init.sls b/salt/profile/netcup_failover/init.sls index c4d5679..f0227e0 100644 --- a/salt/profile/netcup_failover/init.sls +++ b/salt/profile/netcup_failover/init.sls @@ -5,6 +5,6 @@ include: file.managed: - user: keepalived_script - group: wheel - - mode: 750 + - mode: '0750' - template: jinja - source: salt://{{ slspath }}/files/failover.sh.j2 |