]> git.openstreetmap.org Git - chef.git/blobdiff - roles/prgmr.rb
Revert "Disable OAuth 1.0a and basic authentication"
[chef.git] / roles / prgmr.rb
diff --git a/roles/prgmr.rb b/roles/prgmr.rb
deleted file mode 100644 (file)
index e6816eb..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-name "prgmr"
-description "Role applied to all servers at prgmr.com"
-
-default_attributes(
-  :hosted_by => "prgmr.com",
-  :location => "San Francisco, California",
-  :timezone => "PST8PDT",
-  :networking => {
-    :nameservers => ["8.8.4.4", "65.19.174.2", "65.19.175.2"],
-    :roles => {
-      :external => {
-        :zone => "pr"
-      }
-    }
-  }
-)
-
-override_attributes(
-  :ntp => {
-    :servers => ["0.us.pool.ntp.org", "1.us.pool.ntp.org", "2.us.pool.ntp.org"]
-  }
-)
-
-run_list(
-  "role[us]"
-)