X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/74b8b23ce38fa7205877e32a7604e16eefeb1d6c..344abf5bde22aa66aa0411b15967f1c60d96db0b:/roles/sarel.rb diff --git a/roles/sarel.rb b/roles/sarel.rb index 0d7832b53..69cb50dd2 100644 --- a/roles/sarel.rb +++ b/roles/sarel.rb @@ -2,6 +2,12 @@ name "sarel" description "Master role applied to sarel" default_attributes( + :git => { + :allowed_nodes => "fqdn:*", + :user => "chefrepo", + :group => "chefrepo", + :backup => "chef-git" + }, :networking => { :interfaces => { :internal_ipv4 => { @@ -21,7 +27,11 @@ default_attributes( ) run_list( - "role[ucl-slough]", + "role[ucl]", "role[hp-g5]", - "role[yournavigation]" + "role[yournavigation]", + "role[chef-server]", + "role[chef-repository]", + "recipe[git::server]", + "recipe[serverinfo]" )