sailesh1993 / rpms / cloud-init

Forked from rpms/cloud-init a year ago
Clone
16d12a
From f67f56e85c0fdb1c94527a6a1795bbacd2e6fdb0 Mon Sep 17 00:00:00 2001
16d12a
From: Eduardo Otubo <otubo@redhat.com>
16d12a
Date: Wed, 24 Jun 2020 07:34:34 +0200
16d12a
Subject: [PATCH 4/4] cloud-init.service.tmpl: use "rhel" instead of "redhat"
16d12a
 (#452)
16d12a
16d12a
RH-Author: Eduardo Otubo <otubo@redhat.com>
16d12a
Message-id: <20200623154034.28563-4-otubo@redhat.com>
16d12a
Patchwork-id: 97784
16d12a
O-Subject: [RHEL-8.3.0/RHEL-8.2.1 cloud-init PATCH 3/3] cloud-init.service.tmpl: use "rhel" instead of "redhat" (#452)
16d12a
Bugzilla: 1834173
16d12a
RH-Acked-by: Cathy Avery <cavery@redhat.com>
16d12a
RH-Acked-by: Mohammed Gamal <mgamal@redhat.com>
16d12a
16d12a
From: Daniel Watkins <oddbloke@ubuntu.com>
16d12a
16d12a
commit ddc4c2de1b1e716b31384af92f5356bfc6136944
16d12a
Author: Daniel Watkins <oddbloke@ubuntu.com>
16d12a
Date:   Tue Jun 23 09:43:04 2020 -0400
16d12a
16d12a
    cloud-init.service.tmpl: use "rhel" instead of "redhat" (#452)
16d12a
16d12a
    We use "rhel" consistently everywhere else.
16d12a
16d12a
Signed-off-by: Eduardo Otubo <otubo@redhat.com>
16d12a
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
16d12a
---
16d12a
 systemd/cloud-init.service.tmpl | 2 +-
16d12a
 1 file changed, 1 insertion(+), 1 deletion(-)
16d12a
16d12a
diff --git a/systemd/cloud-init.service.tmpl b/systemd/cloud-init.service.tmpl
16d12a
index 9ad3574..af6d9a8 100644
16d12a
--- a/systemd/cloud-init.service.tmpl
16d12a
+++ b/systemd/cloud-init.service.tmpl
16d12a
@@ -10,7 +10,7 @@ After=systemd-networkd-wait-online.service
16d12a
 {% if variant in ["ubuntu", "unknown", "debian"] %}
16d12a
 After=networking.service
16d12a
 {% endif %}
16d12a
-{% if variant in ["centos", "fedora", "redhat"] %}
16d12a
+{% if variant in ["centos", "fedora", "rhel"] %}
16d12a
 After=network.service
16d12a
 After=NetworkManager.service
16d12a
 {% endif %}
16d12a
-- 
16d12a
1.8.3.1
16d12a