From 85b8b79236c38c4be23602ce591c3db7fbc7610f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Tue, 6 Jul 2021 14:39:15 +0200 Subject: [PATCH] fix typos Change-Id: Ibe68633ae840764afaf010b521f3ecbe5e189101 --- templates/ipv6-radvd.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/ipv6-radvd.yaml b/templates/ipv6-radvd.yaml index c4812af..5851ac9 100644 --- a/templates/ipv6-radvd.yaml +++ b/templates/ipv6-radvd.yaml @@ -188,9 +188,9 @@ resources: - ['systemctl', 'enable', 'radvd.service'] - ['systemctl', 'start', 'radvd.service'] - ['systemctl', 'status', 'radvd.service'] - - ['systemctl', 'enable', 'chronyd.servce'] - - ['systemctl', 'start', 'chronyd.servce'] - - ['systemctl', 'status', 'chronyd.servce'] + - ['systemctl', 'enable', 'chronyd.service'] + - ['systemctl', 'start', 'chronyd.service'] + - ['systemctl', 'status', 'chronyd.service'] radvd_init: type: OS::Heat::MultipartMime