forked from saltstack/salt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35d7430
commit 2b8da76
Showing
19 changed files
with
411 additions
and
143 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
tests/integration/files/saltclass/examples-new/classes/L0/D/X/X.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
classes: | ||
- L0.D.Y.B | ||
- L0.D.Y.A.* | ||
- L0.D.Y.C.C | ||
- L0.D.Y.D.D1 | ||
|
||
pillars: | ||
X: X | ||
|
||
states: | ||
- X | ||
|
5 changes: 5 additions & 0 deletions
5
tests/integration/files/saltclass/examples-new/classes/L0/D/X/init.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pillars: | ||
X-init: X-init | ||
|
||
states: | ||
- X-init |
6 changes: 6 additions & 0 deletions
6
tests/integration/files/saltclass/examples-new/classes/L0/D/Y/A/A1.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pillars: | ||
A1: A1 | ||
|
||
states: | ||
- A11 | ||
- A12 |
5 changes: 5 additions & 0 deletions
5
tests/integration/files/saltclass/examples-new/classes/L0/D/Y/A/A2.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pillars: | ||
A2: A2 | ||
|
||
states: | ||
- A2 |
6 changes: 6 additions & 0 deletions
6
tests/integration/files/saltclass/examples-new/classes/L0/D/Y/A/A3.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pillars: | ||
A3: A3 | ||
|
||
states: | ||
- A31 | ||
- A32 |
5 changes: 5 additions & 0 deletions
5
tests/integration/files/saltclass/examples-new/classes/L0/D/Y/AA/init.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pillars: | ||
absent: absent | ||
|
||
states: | ||
- absent |
8 changes: 8 additions & 0 deletions
8
tests/integration/files/saltclass/examples-new/classes/L0/D/Y/B/B1.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
classes: | ||
- . | ||
|
||
pillars: | ||
B1: B1 | ||
|
||
states: | ||
- B1 |
5 changes: 5 additions & 0 deletions
5
tests/integration/files/saltclass/examples-new/classes/L0/D/Y/B/B2.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pillars: | ||
B2: B2 | ||
|
||
states: | ||
- B2 |
5 changes: 5 additions & 0 deletions
5
tests/integration/files/saltclass/examples-new/classes/L0/D/Y/B/B3.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pillars: | ||
B3: B3 | ||
|
||
states: | ||
- B3 |
8 changes: 8 additions & 0 deletions
8
tests/integration/files/saltclass/examples-new/classes/L0/D/Y/B/init.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
classes: | ||
- .* | ||
|
||
pillars: | ||
B-init: B-init | ||
|
||
states: | ||
- B-init |
8 changes: 8 additions & 0 deletions
8
tests/integration/files/saltclass/examples-new/classes/L0/D/Y/C/C.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
classes: | ||
- .C1 | ||
|
||
pillars: | ||
C: C | ||
|
||
states: | ||
- C |
8 changes: 8 additions & 0 deletions
8
tests/integration/files/saltclass/examples-new/classes/L0/D/Y/C/C1.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
classes: | ||
- .C2 | ||
|
||
pillars: | ||
C1: C1 | ||
|
||
states: | ||
- C1 |
5 changes: 5 additions & 0 deletions
5
tests/integration/files/saltclass/examples-new/classes/L0/D/Y/C/C2.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pillars: | ||
C2: C2 | ||
|
||
states: | ||
- C2 |
5 changes: 5 additions & 0 deletions
5
tests/integration/files/saltclass/examples-new/classes/L0/D/Y/C/C3.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pillars: | ||
C3: absent | ||
|
||
states: | ||
- absent |
8 changes: 8 additions & 0 deletions
8
tests/integration/files/saltclass/examples-new/classes/L0/D/Y/D/D1.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
classes: | ||
- . | ||
|
||
pillars: | ||
D1: D1 | ||
|
||
states: | ||
- D1 |
8 changes: 8 additions & 0 deletions
8
tests/integration/files/saltclass/examples-new/classes/L0/D/Y/D/init.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
classes: | ||
- . | ||
|
||
pillars: | ||
D-init: D-init | ||
|
||
states: | ||
- D-init |
4 changes: 4 additions & 0 deletions
4
tests/integration/files/saltclass/examples-new/nodes/fake_id6.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
classes: | ||
- L0.D.X.* | ||
|
||
environment: base |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters