From acf52534473e9fa3c325cc1b76f3d0a8eac0f699 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 26 Jul 2017 20:00:34 +0200 Subject: [PATCH] bootstrap.properties.txt must be bootstrap.properties instead. --- smartgears/home_library/defaults/main.yml | 2 +- .../{bootstrap.properties.txt.j2 => bootstrap.properties.j2} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename smartgears/home_library/templates/{bootstrap.properties.txt.j2 => bootstrap.properties.j2} (100%) 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