]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ucl-internal.rb
Rename the ucl-internal role to ucl-wates
[chef.git] / roles / ucl-internal.rb
diff --git a/roles/ucl-internal.rb b/roles/ucl-internal.rb
deleted file mode 100644 (file)
index 6b88897..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-name "ucl-internal"
-description "Role applied to all servers at UCL which are on the internal LAN"
-
-override_attributes(
-  :networking => {
-    :nameservers => [ "10.0.0.3", "8.8.8.8", "8.8.4.4" ],
-    :search => [ "ucl.openstreetmap.org", "openstreetmap.org" ]
-  }
-)
-
-run_list(
-  "role[ucl]"
-)