#104 f27: manifest: include firewalld in Atomic Host
Merged 6 years ago by walters. Opened 6 years ago by dustymabe.
dustymabe/fedora-atomic dusty-f27  into  f27

file modified
+1 -1
@@ -86,7 +86,7 @@ 

           "which",

           "nfs-utils",

           "curl",

-          "iptables-services", "iptables",

+          "iptables-services", "iptables", "firewalld",

           "NetworkManager",

           "dnsmasq",

           "hostname", "initscripts", "iproute", "iputils", "less",

file modified
+4
@@ -8,3 +8,7 @@ 

      (cat /etc/systemd/journald.conf && echo 'Storage=persistent') > /etc/systemd.journald.conf.new

      mv /etc/systemd.journald.conf{.new,}

  fi

+ 

+ # Disable firewalld - we include it but don't want it enabled by default

+ # See https://pagure.io/atomic-wg/issue/372

+ systemctl disable firewalld 

We want to include it to ease the lives of some ops guys/gals who want
to use it and don't want to jump through hoops to get it.

See https://pagure.io/atomic-wg/issue/372

(cherry picked from commit 179958d)

Pull-Request has been merged by walters

6 years ago