X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..c0ec6e0ae7ac9c723d678e92061c02667f6aa0ad:/roles/thorn-02.rb diff --git a/roles/thorn-02.rb b/roles/thorn-02.rb index 3bed1acc2..c896b14cb 100644 --- a/roles/thorn-02.rb +++ b/roles/thorn-02.rb @@ -11,10 +11,14 @@ default_attributes( :address => "146.179.159.166" } } + }, + :web => { + :readonly_database_host => "db-slave" } ) run_list( "role[ic]", + "role[hp-g5]", "role[web-backend]" )