X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/86351ef58bcc4537ad2c525988f173bcde31872c..6ed30a3d11d87fbec3d4ecef4c14b0f8ed707216:/roles/grindtooth.rb diff --git a/roles/grindtooth.rb b/roles/grindtooth.rb index 7fc2daea9..00ffdcaf6 100644 --- a/roles/grindtooth.rb +++ b/roles/grindtooth.rb @@ -2,11 +2,6 @@ name "grindtooth" description "Master role applied to grindtooth" default_attributes( - :accounts => { - :users => { - :jochen => { :status => :administrator } - } - }, :networking => { :interfaces => { :internal_ipv4 => { @@ -20,5 +15,6 @@ default_attributes( ) run_list( - "role[ucl-internal]" + "role[ucl-internal]", + "role[taginfo]" )