]> git.openstreetmap.org Git - chef.git/commitdiff
Add remote hands account for Appliwave
authorTom Hughes <tom@compton.nu>
Fri, 1 Jan 2021 11:42:00 +0000 (11:42 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 1 Jan 2021 11:42:00 +0000 (11:42 +0000)
roles/appliwave.rb

index 713f8215c04f5e80946391303bf6a38216ef9dce..25b4c3e7c0e77d28cca7748a8ae4f712565e2ca9 100644 (file)
@@ -2,6 +2,11 @@ name "appliwave"
 description "Role applied to all servers at Appliwave"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :appliwave => { :status => :administrator }
+    }
+  },
   :hosted_by => "Appliwave",
   :location => "Croissy-Beaubourg, France"
 )