diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-04-15 19:49:57 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-04-15 19:58:53 +0200 |
commit | 3ec3c7f5b523b464a3bc7168b2362611d9c2c153 (patch) | |
tree | 64b3e30ee21996c0ac78c261154599440cc71e58 /data/templates/salt-minion/minion.j2 | |
parent | 96a9ebc6a06a50ff652338a67043ec747cbdd44a (diff) | |
download | vyos-1x-3ec3c7f5b523b464a3bc7168b2362611d9c2c153.tar.gz vyos-1x-3ec3c7f5b523b464a3bc7168b2362611d9c2c153.zip |
salt-minion: T4363: mine_interval option is not set
Diffstat (limited to 'data/templates/salt-minion/minion.j2')
-rw-r--r-- | data/templates/salt-minion/minion.j2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/templates/salt-minion/minion.j2 b/data/templates/salt-minion/minion.j2 index 99749b57a..cc1a63a6e 100644 --- a/data/templates/salt-minion/minion.j2 +++ b/data/templates/salt-minion/minion.j2 @@ -54,7 +54,6 @@ pki_dir: /config/salt/pki/minion # clusters. id: {{ salt_id }} - # The number of minutes between mine updates. mine_interval: {{ interval }} |