X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e403e4e66b1b43014be090a3138733c75aad1004..1d97ecfc60352bdc0a784cdb140a3c07d9d4e422:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index e83f9f2b6..62228f5bc 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -2,30 +2,10 @@ 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" }, - :munin => { - :graphs => { - :apcpdu_ucl => { - :title => "Current for UCL", - :vlabel => "Amps", - :category => "Ups", - :values => { - :load => { - :sum => ["apcpdu_apc1.load", "apcpdu_apc2.load", "apcpdu_apc3.load"], - :label => "Load" - } - } - } - } - }, :networking => { :interfaces => { :external_ipv4 => { @@ -92,6 +72,7 @@ run_list( "role[blog]", "role[otrs]", "role[donate]", + "recipe[hot]", "recipe[dhcpd]", "recipe[openvpn]" )