X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e403e4e66b1b43014be090a3138733c75aad1004..bf224da116c5a68ed9317a2433dfffd99b992ac4:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index e83f9f2b6..3d742bf5f 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -2,11 +2,6 @@ name "ridley" description "Master role applied to ridley" default_attributes( - :chef => { - :client => { - :version => "13.6.4" - } - }, :dhcpd => { :first_address => "10.0.15.1", :last_address => "10.0.15.254" @@ -92,6 +87,7 @@ run_list( "role[blog]", "role[otrs]", "role[donate]", + "recipe[hot]", "recipe[dhcpd]", "recipe[openvpn]" )