]> git.openstreetmap.org Git - chef.git/blobdiff - roles/edgeuno.rb
Add roles for fuchur and idris
[chef.git] / roles / edgeuno.rb
index ae31ce92dac304d61bfdb82060484ec7bd65f3bd..a11b1af865fa2bd5d5e156e1435adf097c730d3e 100644 (file)
@@ -2,8 +2,12 @@ name "edgeuno"
 description "Role applied to all servers at Edgeuno"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :e1admin => { :status => :administrator }
+    }
+  },
   :hosted_by => "EdgeUno",
-  :location => "Bogotá, Colombia",
   :networking => {
     :firewall => {
       :inet => [
@@ -40,13 +44,3 @@ default_attributes(
     }
   }
 )
-
-override_attributes(
-  :ntp => {
-    :servers => ["0.co.pool.ntp.org", "1.co.pool.ntp.org", "south-america.pool.ntp.org"]
-  }
-)
-
-run_list(
-  "role[co]"
-)