Skip to content

Commit c35b86e

Browse files
authored
Make firewalls use default disk layout as well. (#69)
1 parent ca9239e commit c35b86e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inventories/group_vars/control-plane/metal_fsl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
metal_api_filesystemlayouts:
43
- id: default
54
description: "default layout"
@@ -9,6 +8,7 @@ metal_api_filesystemlayouts:
98
images:
109
debian: "*"
1110
ubuntu: "*"
11+
firewall-ubuntu: "*"
1212
filesystems:
1313
- path: "/boot/efi"
1414
device: "/dev/sda1"
@@ -150,4 +150,4 @@ metal_api_filesystemlayouts:
150150
- number: 4
151151
label: "vg2"
152152
size: 200
153-
gpttype: "8e00"
153+
gpttype: "8e00"

0 commit comments

Comments
 (0)