]> git.openstreetmap.org Git - chef.git/commitdiff
ascalon: enable emacsen account
authorGrant Slater <git@firefishy.com>
Wed, 5 Feb 2014 18:01:26 +0000 (18:01 +0000)
committerGrant Slater <git@firefishy.com>
Wed, 5 Feb 2014 18:01:26 +0000 (18:01 +0000)
roles/ascalon.rb

index b54fbde8c9cdf6abae90ee08e7304773a5577b63..87b9ca26c7a637d95260421e9a0fc43cae6276c0 100644 (file)
@@ -17,6 +17,11 @@ default_attributes(
         :address => "128.40.168.105"
       }
     }
+  },
+  :accounts => {
+    :users => {
+      :emacsen => { :status => :administrator }
+    }
   }
 )