]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ovh.rb
Disable birthday recipe while under dev
[chef.git] / roles / ovh.rb
index 9a0e9d561c705f6e130d6177f34668b57801f3e0..f8391a2aa941ae1d535850de69e3743c2d13f2e0 100644 (file)
@@ -3,15 +3,13 @@ description "Role applied to all servers at OVH"
 
 default_attributes(
   :hosted_by => "OVH",
-  :location => "Roubaix, France",
-  :networking => {
-    :nameservers => [
-      "213.186.33.99"
-    ]
-  }
+  :location => "Roubaix, France"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["213.186.33.99"]
+  },
   :ntp => {
     :servers => ["0.fr.pool.ntp.org", "1.fr.pool.ntp.org", "europe.pool.ntp.org"]
   }