From 3e6397788f031868e4a2b48af6ebd2f74408676d Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Wed, 9 Oct 2019 18:32:48 +0100 Subject: [PATCH] fix(minion.sls): fix `salt-lint` errors ```bash Examining salt/minion.sls of type state [210] Numbers that start with `0` should always be encapsulated in quotation marks salt/minion.sls:20 - mode: 0644 ``` --- salt/minion.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/minion.sls b/salt/minion.sls index e492a49..466fdb3 100644 --- a/salt/minion.sls +++ b/salt/minion.sls @@ -17,7 +17,7 @@ download-salt-minion: {% endif %} - user: root - group: wheel - - mode: 0644 + - mode: '0644' - unless: - test -n "{{ salt_settings.version }}" && '/opt/salt/bin/salt-minion --version=.*{{ salt_settings.version }}.*' - require_in: