]> git.openstreetmap.org Git - chef.git/blobdiff - roles/clifford.rb
nominatim: install secondary importance file
[chef.git] / roles / clifford.rb
diff --git a/roles/clifford.rb b/roles/clifford.rb
deleted file mode 100644 (file)
index 143cc8b..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-name "clifford"
-description "Master role applied to clifford"
-
-default_attributes(
-  :networking => {
-    :interfaces => {
-      :internal_ipv4 => {
-        :interface => "eth0",
-        :role => :internal,
-        :family => :inet,
-        :address => "10.0.0.17"
-      },
-      :external_ipv4 => {
-        :interface => "eth1",
-        :role => :external,
-        :family => :inet,
-        :address => "128.40.168.98"
-      }
-    }
-  }
-)
-
-run_list(
-  "role[ucl-wates]",
-  "role[forum]"
-)