Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
salt-formulas
mirror
Salt Formula
Commits
0f725810
Unverified
Commit
0f725810
authored
Sep 04, 2021
by
Imran Iqbal
Committed by
GitHub
Sep 04, 2021
Browse files
Merge pull request #492 from dth202/defaults-patch-1
fix(Defaults) master_type: str
parents
bd345883
c16e7a3b
Changes
90
Hide whitespace changes
Inline
Side-by-side
pillar.example
View file @
0f725810
...
...
@@ -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
...
...
salt/defaults.yaml
View file @
0f725810
...
...
@@ -58,7 +58,7 @@ salt:
master
:
gitfs_provider
:
gitpython
minion
:
master_type
:
tr
ue
# see init.sls & standalone.sls
master_type
:
s
tr
# see init.sls & standalone.sls
gitfs
:
dulwich
:
...
...
test/integration/v3000-py2/controls/pkgs_spec.rb
View file @
0f725810
...
...
@@ -7,7 +7,7 @@ pkgs =
when
/bsd$/
%w[py38-salt-3002.6]
when
'windows'
%w
[Salt
\
Minion]
[
'
Salt Minion
'
]
else
%w[salt-master salt-minion]
end
...
...
test/integration/v3000-py2/files/_mapdata/ubuntu-16.yaml
View file @
0f725810
...
...
@@ -74,7 +74,7 @@ values:
fileserver_backend
:
-
rootfs
master
:
localhost
master_type
:
tr
ue
master_type
:
s
tr
pillar_roots
:
base
:
-
/srv/pillar
...
...
test/integration/v3000-py2/files/_mapdata/ubuntu-18.yaml
View file @
0f725810
...
...
@@ -74,7 +74,7 @@ values:
fileserver_backend
:
-
rootfs
master
:
localhost
master_type
:
tr
ue
master_type
:
s
tr
pillar_roots
:
base
:
-
/srv/pillar
...
...
test/integration/v3000-py3/controls/pkgs_spec.rb
View file @
0f725810
...
...
@@ -7,7 +7,7 @@ pkgs =
when
/bsd$/
%w[py38-salt-3002.6]
when
'windows'
%w
[Salt
\
Minion]
[
'
Salt Minion
'
]
else
%w[salt-master salt-minion]
end
...
...
test/integration/v3000-py3/files/_mapdata/amazonlinux-2.yaml
View file @
0f725810
...
...
@@ -73,7 +73,7 @@ values:
fileserver_backend
:
-
rootfs
master
:
localhost
master_type
:
tr
ue
master_type
:
s
tr
pillar_roots
:
base
:
-
/srv/pillar
...
...
test/integration/v3000-py3/files/_mapdata/centos-7.yaml
View file @
0f725810
...
...
@@ -73,7 +73,7 @@ values:
fileserver_backend
:
-
rootfs
master
:
localhost
master_type
:
tr
ue
master_type
:
s
tr
pillar_roots
:
base
:
-
/srv/pillar
...
...
test/integration/v3000-py3/files/_mapdata/centos-8.yaml
View file @
0f725810
...
...
@@ -73,7 +73,7 @@ values:
fileserver_backend
:
-
rootfs
master
:
localhost
master_type
:
tr
ue
master_type
:
s
tr
pillar_roots
:
base
:
-
/srv/pillar
...
...
test/integration/v3000-py3/files/_mapdata/debian-10.yaml
View file @
0f725810
...
...
@@ -74,7 +74,7 @@ values:
fileserver_backend
:
-
rootfs
master
:
localhost
master_type
:
tr
ue
master_type
:
s
tr
pillar_roots
:
base
:
-
/srv/pillar
...
...
test/integration/v3000-py3/files/_mapdata/debian-9.yaml
View file @
0f725810
...
...
@@ -74,7 +74,7 @@ values:
fileserver_backend
:
-
rootfs
master
:
localhost
master_type
:
tr
ue
master_type
:
s
tr
pillar_roots
:
base
:
-
/srv/pillar
...
...
test/integration/v3000-py3/files/_mapdata/gentoo-2-sysd.yaml
View file @
0f725810
...
...
@@ -72,7 +72,7 @@ values:
fileserver_backend
:
-
rootfs
master
:
localhost
master_type
:
tr
ue
master_type
:
s
tr
pillar_roots
:
base
:
-
/srv/pillar
...
...
test/integration/v3000-py3/files/_mapdata/gentoo-2-sysv.yaml
View file @
0f725810
...
...
@@ -72,7 +72,7 @@ values:
fileserver_backend
:
-
rootfs
master
:
localhost
master_type
:
tr
ue
master_type
:
s
tr
pillar_roots
:
base
:
-
/srv/pillar
...
...
test/integration/v3000-py3/files/_mapdata/opensuse-15.yaml
View file @
0f725810
...
...
@@ -73,7 +73,7 @@ values:
fileserver_backend
:
-
rootfs
master
:
localhost
master_type
:
tr
ue
master_type
:
s
tr
pillar_roots
:
base
:
-
/srv/pillar
...
...
test/integration/v3000-py3/files/_mapdata/oraclelinux-7.yaml
View file @
0f725810
...
...
@@ -73,7 +73,7 @@ values:
fileserver_backend
:
-
rootfs
master
:
localhost
master_type
:
tr
ue
master_type
:
s
tr
pillar_roots
:
base
:
-
/srv/pillar
...
...
test/integration/v3000-py3/files/_mapdata/oraclelinux-8.yaml
View file @
0f725810
...
...
@@ -73,7 +73,7 @@ values:
fileserver_backend
:
-
rootfs
master
:
localhost
master_type
:
tr
ue
master_type
:
s
tr
pillar_roots
:
base
:
-
/srv/pillar
...
...
test/integration/v3000-py3/files/_mapdata/ubuntu-16.yaml
View file @
0f725810
...
...
@@ -74,7 +74,7 @@ values:
fileserver_backend
:
-
rootfs
master
:
localhost
master_type
:
tr
ue
master_type
:
s
tr
pillar_roots
:
base
:
-
/srv/pillar
...
...
test/integration/v3000-py3/files/_mapdata/ubuntu-18.yaml
View file @
0f725810
...
...
@@ -74,7 +74,7 @@ values:
fileserver_backend
:
-
rootfs
master
:
localhost
master_type
:
tr
ue
master_type
:
s
tr
pillar_roots
:
base
:
-
/srv/pillar
...
...
test/integration/v3000-py3/files/_mapdata/windows-2019-server.yaml
View file @
0f725810
...
...
@@ -72,7 +72,7 @@ values:
fileserver_backend
:
-
rootfs
master
:
localhost
master_type
:
tr
ue
master_type
:
s
tr
pillar_roots
:
base
:
-
"
/srv/pillar"
...
...
test/integration/v3001-py3/controls/pkgs_spec.rb
View file @
0f725810
...
...
@@ -7,7 +7,7 @@ pkgs =
when
/bsd$/
%w[py38-salt-3002.6]
when
'windows'
%w
[Salt
\
Minion]
[
'
Salt Minion
'
]
else
%w[salt-master salt-minion]
end
...
...
Prev
1
2
3
4
5
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment