]> git.openstreetmap.org Git - chef.git/commitdiff
Add osuadmin account on all OSUOSL machines
authorTom Hughes <tom@compton.nu>
Mon, 14 Jul 2014 23:39:36 +0000 (00:39 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 14 Jul 2014 23:39:36 +0000 (00:39 +0100)
roles/osuosl.rb

index 41d7c6e90a543663b499b55cebc3ab45283803ec..e6aa9632bbc1b44039b2fbdfc2ae0e08c9e0c241 100644 (file)
@@ -2,6 +2,11 @@ name "osuosl"
 description "Role applied to all servers at OSUOSL"
 
 default_attributes(
 description "Role applied to all servers at OSUOSL"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :osuadmin => { :status => :administrator }
+    }
+  },
   :networking => {
     :nameservers => [ "8.8.8.8", "8.8.4.4" ],
     :roles => {
   :networking => {
     :nameservers => [ "8.8.8.8", "8.8.4.4" ],
     :roles => {