Skip to content

Commit 242715f

Browse files
author
root
committed
Align with cluster-compare v4.19.0 diff
1 parent 7bf031c commit 242715f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

ansible/roles/telco-core-manifests/templates/extra-manifests/sctp_module_mc.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@ metadata:
1010
spec:
1111
config:
1212
ignition:
13-
version: 2.2.0
13+
version: 3.2.0
1414
storage:
1515
files:
16-
- contents:
16+
- path: /etc/modprobe.d/sctp-blacklist.conf
17+
contents:
1718
source: data:,
1819
verification: {}
1920
filesystem: root
2021
mode: 420
21-
path: /etc/modprobe.d/sctp-blacklist.conf
22-
- contents:
23-
source: data:text/plain;charset=utf-8;base64,c2N0cA==
24-
filesystem: root
22+
- path: /etc/modules-load.d/sctp-load.conf
23+
contents:
24+
source: data:,sctp
2525
mode: 420
26-
path: /etc/modules-load.d/sctp-load.conf

0 commit comments

Comments
 (0)