X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/241ee68cb6004da45299a4528774e801d04ff85a..2b691c12fc0600fdff96ea3a22c55db3d372f9a8:/roles/ramoth.rb diff --git a/roles/ramoth.rb b/roles/ramoth.rb index 17553f5d3..0b67c085f 100644 --- a/roles/ramoth.rb +++ b/roles/ramoth.rb @@ -27,6 +27,9 @@ default_attributes( } } }, + :hardware => { + :watchdog => "w83627hf_wdt" + }, :networking => { :interfaces => { :internal_ipv4 => { @@ -61,6 +64,5 @@ default_attributes( run_list( "role[ic]", - "role[db-master]", - "role[db-backup]" + "role[db-slave]" )