sailesh1993 / rpms / cloud-init

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