]> git.openstreetmap.org Git - chef.git/blobdiff - roles/utelecom.rb
Remove roles for chrysophylax, fume and vipertooth
[chef.git] / roles / utelecom.rb
diff --git a/roles/utelecom.rb b/roles/utelecom.rb
deleted file mode 100644 (file)
index 3d0eab2..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-name "utelecom"
-description "Role applied to all servers at Ukrainian Telecommunication Group"
-
-default_attributes(
-  :hosted_by => "Ukrainian Telecommunication Group",
-  :location => "Kiev, Ukraine"
-)
-
-override_attributes(
-  :ntp => {
-    :servers => ["0.ua.pool.ntp.org", "1.ua.pool.ntp.org", "europe.pool.ntp.org"]
-  }
-)
-
-run_list(
-  "role[ua]"
-)