diff --git a/smartgears/home_library/defaults/main.yml b/smartgears/home_library/defaults/main.yml index 55dac377..ae7efe22 100644 --- a/smartgears/home_library/defaults/main.yml +++ b/smartgears/home_library/defaults/main.yml @@ -13,7 +13,7 @@ home_library_file: '{{ home_library_name }}-{{ home_library_version }}.{{ home_l jackrabbit_data_dir: /data/jackrabbit jackrabbit_config_files: - - bootstrap.properties.txt + - bootstrap.properties - repository.xml jackrabbit_rmi_enabled: 'true' diff --git a/smartgears/home_library/templates/bootstrap.properties.txt.j2 b/smartgears/home_library/templates/bootstrap.properties.j2 similarity index 100% rename from smartgears/home_library/templates/bootstrap.properties.txt.j2 rename to smartgears/home_library/templates/bootstrap.properties.j2