]> git.openstreetmap.org Git - chef.git/blobdiff - roles/rhaegal.rb
Version bump cividiscount
[chef.git] / roles / rhaegal.rb
index 8049ab4c7a3458b0f840408f7e41182375c57cac..00fce56cf4345c2d21baaadc745700ccc9287abb 100644 (file)
@@ -29,7 +29,7 @@ default_attributes(
   :networking => {
     :interfaces => {
       :external_ipv4 => {
-        :interface => "enp1s0f0",
+        :interface => "eno1",
         :role => :external,
         :family => :inet,
         :address => "10.5.0.77",
@@ -37,11 +37,7 @@ default_attributes(
         :gateway => "10.5.0.1",
         :public_address => "161.53.248.77"
       }
-    },
-    :nameservers => [
-      "10.5.0.7",
-      "8.8.8.8"
-    ]
+    }
   },
   :postgresql => {
     :settings => {