DCD-352: Move some vars shared by Confluence and Synchrony to a confluence_common role.

This commit is contained in:
Steve Smith
2019-05-28 13:35:36 +10:00
parent 63c6e4bf51
commit de9453b8ca
6 changed files with 17 additions and 7 deletions

View File

@@ -64,3 +64,4 @@ def test_confluence_config_file(host):
assert f.user == 'confluence'
assert f.contains('<property name="confluence.cluster.home">/media/atl/confluence/shared-home</property>')
assert f.contains('<property name="hibernate.connection.driver_class">org.postgresql.Driver</property>')
assert f.contains('<property name="confluence.cluster.aws.host.header">ec2.amazonaws.com</property>')