We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf031c commit 242715fCopy full SHA for 242715f
ansible/roles/telco-core-manifests/templates/extra-manifests/sctp_module_mc.yaml
@@ -10,17 +10,16 @@ metadata:
10
spec:
11
config:
12
ignition:
13
- version: 2.2.0
+ version: 3.2.0
14
storage:
15
files:
16
- - contents:
+ - path: /etc/modprobe.d/sctp-blacklist.conf
17
+ contents:
18
source: data:,
19
verification: {}
20
filesystem: root
21
mode: 420
- path: /etc/modprobe.d/sctp-blacklist.conf
22
23
- source: data:text/plain;charset=utf-8;base64,c2N0cA==
24
- filesystem: root
+ - path: /etc/modules-load.d/sctp-load.conf
+ source: data:,sctp
25
26
- path: /etc/modules-load.d/sctp-load.conf
0 commit comments