Skip to content

Commit

Permalink
Make the day0 proper JSON.
Browse files Browse the repository at this point in the history
  • Loading branch information
jclarke-csco committed Sep 20, 2024
1 parent b771613 commit 2859419
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions node-definitions/cisco/ngfw/fmcv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ configuration:
- name: day0-config
editable: true
content: |-
#FMC
{
"EULA": "accept",
"Hostname": "fmvc",
Expand All @@ -74,7 +73,7 @@ configuration:
"IPv6Mode": "disabled",
"IPv6Addr": "",
"IPv6Mask": "",
"IPv6Gw": "",
"IPv6Gw": ""
}
schema_version: 0.0.1
pyats:
Expand Down
1 change: 0 additions & 1 deletion node-definitions/cisco/ngfw/ftdv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ configuration:
- name: day0-config
editable: true
content: |-
#Firepower Threat Defense
{
"EULA": "accept",
"Hostname": "ftdv",
Expand Down

0 comments on commit 2859419

Please sign in to comment.