X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/99369bc9d234aa9cf9f73f1733c3362788c7ded3..14e792136d10dd5bce6b50502a3ebf6e353e0293:/roles/ramoth.rb diff --git a/roles/ramoth.rb b/roles/ramoth.rb index 927c349a2..6e1b71992 100644 --- a/roles/ramoth.rb +++ b/roles/ramoth.rb @@ -27,6 +27,9 @@ default_attributes( } } }, + :hardware => { + :watchdog => "w83627hf_wdt" + }, :networking => { :interfaces => { :internal_ipv4 => { @@ -61,5 +64,6 @@ default_attributes( run_list( "role[ic]", - "role[db-master]" + "role[db-master]", + "role[db-backup]" )