Skip to content

Commit b820f88

Browse files
authored
Merge pull request #1340 from rackerlabs/PUC-1298-20251016-1341
fix(examples): Fix url to schema
2 parents fa0c4af + d5cbefb commit b820f88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/deploy-repo/hardware/device-types/cisco-nexus-9336c-fx2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://rackerlabs.github.io/understack/device-type.schema.json
1+
# yaml-language-server: $schema=https://rackerlabs.github.io/understack/schema/device-type.schema.json
22
class: switch
33
manufacturer: Cisco
44
model: Nexus 9336C-FX2

examples/deploy-repo/hardware/device-types/dell-poweredge-r7615.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://rackerlabs.github.io/understack/device-type.schema.json
1+
# yaml-language-server: $schema=https://rackerlabs.github.io/understack/schema/device-type.schema.json
22
class: server
33
manufacturer: Dell
44
model: PowerEdge R7615

examples/deploy-repo/hardware/device-types/palo-alto-pa-5220.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://rackerlabs.github.io/understack/device-type.schema.json
1+
# yaml-language-server: $schema=https://rackerlabs.github.io/understack/schema/device-type.schema.json
22
class: firewall
33
manufacturer: Palo Alto
44
model: PA-5220

0 commit comments

Comments
 (0)