Fix indentation error chrony.conf dhcpv6-relay.yaml

The CloudConfig write_files entry fro chrony.conf is
a nested list, instead of an entry. The file does not
get written.

Change-Id: I5ff6b81c6aaf454fad93e7c2fe2ff5ac68b91261
This commit is contained in:
Harald Jensås 2022-01-24 11:13:45 +01:00
parent 564b18f3d5
commit ad0b75e870
1 changed files with 27 additions and 27 deletions

View File

@ -221,7 +221,7 @@ resources:
net.ipv6.conf.eth2.forwarding = 1
net.ipv6.conf.eth3.forwarding = 1
net.ipv6.conf.all.forwarding = 1
- - path: /etc/chrony.conf
- path: /etc/chrony.conf
content:
str_replace:
template: |