]> git.openstreetmap.org Git - chef.git/commitdiff
Make osluz an admin on unizar machines
authorTom Hughes <tom@compton.nu>
Sun, 9 Oct 2016 18:22:01 +0000 (19:22 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 9 Oct 2016 18:22:01 +0000 (19:22 +0100)
roles/unizar.rb

index 1d91a06157be0dfafa8ee0ac1632334e35146bde..829f40a21d16646049f5876d70f402620578f0bb 100644 (file)
@@ -4,6 +4,7 @@ description "Role applied to all servers at University of Zaragoza"
 default_attributes(
   :accounts => {
     :users => {
+      :osluz => { :status => :administrator }
     }
   },
   :hosted_by => "University of Zaragoza",