Skip to content

Commit 71916ce

Browse files
committed
Remove redundant requires
SLS ordering is respected within a single file
1 parent 1243cd6 commit 71916ce

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

containers/proxy/salt/proxy/init.sls

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,7 @@ cont_minion_conf:
2424
cont_start_minion:
2525
cmd.run:
2626
- name: /usr/bin/salt-minion -d
27-
- require:
28-
- file: cont_setup_machine_id
29-
- file: cont_setup_minion_id
30-
- file: cont_minion_conf
3127

3228
cont_fetch_system_id:
3329
cmd.run:
3430
- name: /usr/sbin/fetch-certificate {{ system_id }}
35-
- require:
36-
- cmd: cont_start_minion

0 commit comments

Comments
 (0)