Skip to content

Commit

Permalink
Merge pull request #492 from dth202/defaults-patch-1
Browse files Browse the repository at this point in the history
fix(Defaults) master_type: str
  • Loading branch information
myii authored Sep 4, 2021
2 parents bd34588 + c16e7a3 commit 0f72581
Show file tree
Hide file tree
Showing 90 changed files with 90 additions and 90 deletions.
2 changes: 1 addition & 1 deletion pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ salt:
minion:

# standalone setup
master_type: false # see init.sls & standalone.sls
master_type: str # see init.sls & standalone.sls

# single master setup
master: salt
Expand Down
2 changes: 1 addition & 1 deletion salt/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ salt:
master:
gitfs_provider: gitpython
minion:
master_type: true # see init.sls & standalone.sls
master_type: str # see init.sls & standalone.sls

gitfs:
dulwich:
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3000-py2/controls/pkgs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
when /bsd$/
%w[py38-salt-3002.6]
when 'windows'
%w[Salt\ Minion]
['Salt Minion']
else
%w[salt-master salt-minion]
end
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3000-py2/files/_mapdata/ubuntu-16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3000-py2/files/_mapdata/ubuntu-18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3000-py3/controls/pkgs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
when /bsd$/
%w[py38-salt-3002.6]
when 'windows'
%w[Salt\ Minion]
['Salt Minion']
else
%w[salt-master salt-minion]
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3000-py3/files/_mapdata/centos-7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3000-py3/files/_mapdata/centos-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3000-py3/files/_mapdata/debian-10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3000-py3/files/_mapdata/debian-9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3000-py3/files/_mapdata/opensuse-15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3000-py3/files/_mapdata/ubuntu-16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3000-py3/files/_mapdata/ubuntu-18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- "/srv/pillar"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3001-py3/controls/pkgs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
when /bsd$/
%w[py38-salt-3002.6]
when 'windows'
%w[Salt\ Minion]
['Salt Minion']
else
%w[salt-master salt-minion]
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3001-py3/files/_mapdata/centos-7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3001-py3/files/_mapdata/centos-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3001-py3/files/_mapdata/debian-10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3001-py3/files/_mapdata/debian-9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3001-py3/files/_mapdata/fedora-32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3001-py3/files/_mapdata/fedora-33.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3001-py3/files/_mapdata/openbsd-6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3001-py3/files/_mapdata/opensuse-15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3001-py3/files/_mapdata/ubuntu-16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3001-py3/files/_mapdata/ubuntu-18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3001-py3/files/_mapdata/ubuntu-20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3002-py3/controls/pkgs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
when /bsd$/
%w[py38-salt]
when 'windows'
%w[Salt\ Minion]
['Salt Minion']
else
%w[salt-master salt-minion]
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3002-py3/files/_mapdata/centos-7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3002-py3/files/_mapdata/centos-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3002-py3/files/_mapdata/debian-10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3002-py3/files/_mapdata/debian-9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar
Expand Down
Loading

0 comments on commit 0f72581

Please sign in to comment.