X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..84e42632189359364d16a936dfceaa86fa032d36:/roles/norbert.rb diff --git a/roles/norbert.rb b/roles/norbert.rb index c8356949a..b860ce55e 100644 --- a/roles/norbert.rb +++ b/roles/norbert.rb @@ -4,7 +4,8 @@ description "Master role applied to norbert" default_attributes( :accounts => { :users => { - :yellowbkpk => { :status => :administrator } + :yellowbkpk => { :status => :administrator }, + :pnorman => { :status => :user } } }, :exim => { @@ -24,7 +25,7 @@ default_attributes( :interface => "eth1", :role => :external, :family => :inet, - :address => "128.40.168.100" + :address => "128.40.45.202" } } }, @@ -44,5 +45,5 @@ default_attributes( ) run_list( - "role[ucl-internal]" + "role[ucl-wolfson]" )