X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/67c2aceb91955ff583c41807759d203a4478e4b1..344abf5bde22aa66aa0411b15967f1c60d96db0b:/roles/sarel.rb?ds=sidebyside diff --git a/roles/sarel.rb b/roles/sarel.rb index aab567bd8..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 => { @@ -23,5 +29,9 @@ default_attributes( run_list( "role[ucl]", "role[hp-g5]", - "role[yournavigation]" + "role[yournavigation]", + "role[chef-server]", + "role[chef-repository]", + "recipe[git::server]", + "recipe[serverinfo]" )