]> git.openstreetmap.org Git - chef.git/blobdiff - roles/blix-no.rb
Remove roles for some unused machines from the old tile CDN
[chef.git] / roles / blix-no.rb
diff --git a/roles/blix-no.rb b/roles/blix-no.rb
deleted file mode 100644 (file)
index b4ed5cd..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-name "blix-no"
-description "Role applied to all servers at Blix NO"
-
-default_attributes(
-  :location => "Oslo, Norway"
-)
-
-override_attributes(
-  :ntp => {
-    :servers => ["0.no.pool.ntp.org", "1.no.pool.ntp.org", "europe.pool.ntp.org"]
-  }
-)
-
-run_list(
-  "role[no]",
-  "role[blix]"
-)