File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -268,8 +268,8 @@ salt:
268268 - test.ping
269269 - saltutil.find_job
270270
271- # # init.sls skips salt.api and salt.syndic states
272- # # unless their dicts exist with some key
271+ # init.sls skips salt.api and salt.syndic states
272+ # unless those dicts are populated with something
273273 api :
274274 somekey : somevalue
275275 syndic :
Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ salt:
2929 salt_api : salt-api
3030 salt_ssh : salt-ssh
3131
32- pkgrepo : None # see osfamilymap
33- ssh_roster : None # see pillar data
32+ pkgrepo : None # see osfamilymap
33+ ssh_roster : None # see pillar data
3434
3535 python_git : python-git
3636 python_dulwich : python-dulwich
3737
3838 master :
3939 gitfs_provider : gitpython
4040 minion :
41- master_type : True
41+ master_type : true
4242
4343 gitfs :
4444 dulwich :
6666 maps : salt://salt/files/cloud.maps.d
6767
6868salt_formulas :
69- list : {} # via pillar data
69+ list : {} # via pillar data
7070 checkout_orig_branch : false
7171 git_opts :
7272 default :
You can’t perform that action at this time.
0 commit comments