]> git.openstreetmap.org Git - chef.git/commitdiff
Enable firewall on meraxes
authorTom Hughes <tom@compton.nu>
Thu, 24 Sep 2020 16:44:57 +0000 (17:44 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 24 Sep 2020 16:44:57 +0000 (17:44 +0100)
roles/meraxes.rb

index bd34c692f5f5333cc2b531c59a8d8d5c1053d173..7729a17df1309c5897d8b792d5da7dc37c4e3976 100644 (file)
@@ -6,6 +6,9 @@ default_attributes(
     :shm_size => "36g"
   },
   :networking => {
+    :firewall => {
+      :enabled => true
+    },
     :interfaces => {
       :external_ipv4 => {
         :interface => "enp1s0f0",