X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/21958591555b0b80370e944e3128ac5d533c281d..59c52348248fc332f96eebee113de7bbf74addb2:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index f4f45c032..d925702c8 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -2,6 +2,17 @@ name "ridley" description "Master role applied to ridley" default_attributes( + :apache => { + :ssl => { + :certificate => "osmfoundation", + :certificate_chain => "startcom" + } + }, + :chef => { + :client => { + :version => "12.1.2-1" + } + }, :dhcpd => { :first_address => "10.0.15.1", :last_address => "10.0.15.254"