Skip to content

Commit

Permalink
uniform YAML files
Browse files Browse the repository at this point in the history
"---" at the beginning of a YAML file is optional, and we have files
with and files without ---.
This commit makes all files comply to the decision (@ytti +
@robertcheramy) not to use ---.
  • Loading branch information
robertcheramy committed Dec 30, 2024
1 parent 95ceefc commit 86e5815
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
init_prompt: |-
Last login: 2024-11-08 20:52:56 from 1.2.3.4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
init_prompt: |-
Last login: 2024-10-21 06:01:45 from 10.42.0.7
Expand Down
1 change: 0 additions & 1 deletion spec/model/data/aoscx:generic:prompt.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
---
pass:
- 'LAB-SW1234# '
1 change: 0 additions & 1 deletion spec/model/data/aosw:generic:prompt.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
pass:
- 'AAAA-AP123456# '
- '(WPP-ArubaVMC) [mynode] #'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
init_prompt: |-
show tech-support and show tech-support supplemental are the two most useful outputs to collect for any kind of troubleshooting session.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
init_prompt: |-
.
Sample asa configuration with single context
Expand Down
1 change: 0 additions & 1 deletion spec/model/data/garderos:R7709_003_006_068:simulation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
# Trailing white spaces are coded as \x20 because some editors automatically remove trailing white spaces
init_prompt: |-
\e[4m\rLAB-R1234_Garderos#\e[m\x20
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
init_prompt: |-
### EXAMPLE IOS-XE 17.09.04a config on a C9200L-24P-4G ###
Expand Down
1 change: 0 additions & 1 deletion spec/model/data/ios:C9800-L-F-K9_17.06.05:simulation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
init_prompt: |-
OXIDIZED-WLC1#
commands:
Expand Down
1 change: 0 additions & 1 deletion spec/model/data/ios:asr920_16.8.1b:simulation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
init_prompt: |-
*******************************************************************************
Expand Down
1 change: 0 additions & 1 deletion spec/model/data/ios:generic:prompt.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
pass:
- LAB-SW123_9200L#
- OXIDIZED-WLC1#
Expand Down
1 change: 0 additions & 1 deletion spec/model/data/junos:srx300_22.4:simulation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
init_prompt: |-
Last login: Fri Dec 6 11:32:31 2024 from 192.168.1.2\r
--- JUNOS 22.4R3-S2.11 built 2024-05-10 20:45:39 UTC
Expand Down
1 change: 0 additions & 1 deletion spec/model/data/opnsense:nano_23.7:simulation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
init_prompt:
commands:
cat /conf/config.xml: |-
Expand Down
1 change: 0 additions & 1 deletion spec/model/data/pfsense:CE_2.7.2:simulation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
init_prompt:
commands:
cat /cf/conf/config.xml: |-
Expand Down
1 change: 0 additions & 1 deletion spec/model/data/routeros:CHR_7.10.1:simulation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
init_prompt:
commands:
/system resource print: |-
Expand Down
1 change: 0 additions & 1 deletion spec/model/data/routeros:CHR_7.16:simulation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
init_prompt:
commands:
/system resource print: |-
Expand Down
1 change: 0 additions & 1 deletion spec/model/data/routeros:L009UiGS_7.15.2:simulation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
init_prompt:
commands:
/system resource print: |-
Expand Down

0 comments on commit 86e5815

Please sign in to comment.