]> git.openstreetmap.org Git - chef.git/commitdiff
Remove unused role
authorTom Hughes <tom@compton.nu>
Tue, 3 Dec 2019 19:16:30 +0000 (19:16 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 3 Dec 2019 19:37:57 +0000 (19:37 +0000)
roles/proxgroup.rb [deleted file]

diff --git a/roles/proxgroup.rb b/roles/proxgroup.rb
deleted file mode 100644 (file)
index 31b7dc5..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-name "proxgroup"
-description "Role applied to all servers at ProxGroup"
-
-default_attributes(
-  :hosted_by => "ProxGroup",
-  :location => "Paris, France",
-  :networking => {
-    :nameservers => ["8.8.8.8", "8.8.4.4"],
-    :roles => {
-      :external => {
-        :zone => "osm"
-      }
-    }
-  }
-)
-
-override_attributes(
-  :ntp => {
-    :servers => ["0.fr.pool.ntp.org", "1.fr.pool.ntp.org", "europe.pool.ntp.org"]
-  }
-)
-
-run_list(
-  "role[fr]"
-)