]> 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 9184814..0000000
+++ /dev/null
@@ -1,21 +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.8.8", "8.8.4.4"]
-  }
-)
-
-override_attributes(
-  :ntp => {
-    :servers => ["0.us.pool.ntp.org", "1.us.pool.ntp.org", "2.us.pool.ntp.org"]
-  }
-)
-
-run_list(
-  "role[us]"
-)