]> git.openstreetmap.org Git - chef.git/blobdiff - roles/unizar.rb
Remove role for culebre
[chef.git] / roles / unizar.rb
diff --git a/roles/unizar.rb b/roles/unizar.rb
deleted file mode 100644 (file)
index 3f5f681..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-name "unizar"
-description "Role applied to all servers at University of Zaragoza"
-
-default_attributes(
-  :accounts => {
-    :users => {
-      :osluz => { :status => :administrator }
-    }
-  },
-  :hosted_by => "University of Zaragoza",
-  :location => "Zaragoza, Spain"
-)
-
-override_attributes(
-  :ntp => {
-    :servers => ["0.es.pool.ntp.org", "1.es.pool.ntp.org", "europe.pool.ntp.org"]
-  }
-)
-
-run_list(
-  "role[es]"
-)