]> git.openstreetmap.org Git - chef.git/blobdiff - roles/blix-nl.rb
Remove roles for gorynych and trogdor
[chef.git] / roles / blix-nl.rb
diff --git a/roles/blix-nl.rb b/roles/blix-nl.rb
deleted file mode 100644 (file)
index 936694b..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-name "blix-nl"
-description "Role applied to all servers at Blix NL"
-
-default_attributes(
-  :location => "Amsterdam, Netherlands"
-)
-
-override_attributes(
-  :ntp => {
-    :servers => ["0.nl.pool.ntp.org", "1.nl.pool.ntp.org", "europe.pool.ntp.org"]
-  }
-)
-
-run_list(
-  "role[nl]",
-  "role[blix]"
-)