Skip to content

Commit 78c5cd7

Browse files
fix(yaml): correct yamllint errors
1 parent d342a87 commit 78c5cd7

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

pillar.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

salt/defaults.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:
@@ -66,7 +66,7 @@ salt:
6666
maps: salt://salt/files/cloud.maps.d
6767

6868
salt_formulas:
69-
list: {} #via pillar data
69+
list: {} # via pillar data
7070
checkout_orig_branch: false
7171
git_opts:
7272
default:

0 commit comments

Comments
 (0)