From 43d8101b43f42cf5e73477dbd7f36c5adfb248a1 Mon Sep 17 00:00:00 2001
From: Clark Boylan <clark.boylan@gmail.com>
Date: Fri, 20 Jan 2017 08:44:09 -0800
Subject: [PATCH] Update biemond-wildfly to version 1.2.4

We were using version 0.4.0 which supported Wildfly 9 just fine (with
the systemd sysv support hack), but now we need wildfly 10 on the
translate-dev server. Unfortunately 0.4.0 does not support wildfly 10
properly because wildfly 10 removed its built in init scripts. This
newer puppet module will install systemd unit files that should work
fine.

Note that even though the new version of the puppet module supports
wildfly 8, 9, and 10 it does not appear to do so on all ubuntu releases.
Wildfly 10 requires a current enough release to have proper systemd.
Older wildfly versions shoudl work on older ubuntu releases via the
built in init scripts.

Depends-On: I39453506821ff7073290a4e5696eda8575b6cb06
Change-Id: Iac6abcc4644276b1fc3117737e1dd4aa1be87785
---
 modules.env | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/modules.env b/modules.env
index 081db2177a..a51454ca14 100644
--- a/modules.env
+++ b/modules.env
@@ -53,9 +53,11 @@ SOURCE_MODULES["https://git.openstack.org/openstack-infra/puppet-vcsrepo"]="0.0.
 # potential conflict with puppet-community/puppet-archive. So we cannot
 # rely on using any feature on grafana that relies on archive
 SOURCE_MODULES["https://github.com/bfraser/puppet-grafana"]="v2.1.0"
-SOURCE_MODULES["https://github.com/biemond/biemond-wildfly"]="v0.4.0"
+SOURCE_MODULES["https://github.com/biemond/biemond-wildfly"]="v1.2.4"
 SOURCE_MODULES["https://github.com/deric/puppet-zookeeper"]="v0.5.5"
 SOURCE_MODULES["https://github.com/duritong/puppet-sysctl"]="v0.0.11"
+# initfact is a dep of biemond-wildfly
+SOURCE_MODULES["https://github.com/jethrocarr/puppet-initfact"]="1.0.1"
 SOURCE_MODULES["https://github.com/jfryman/puppet-selinux"]="v0.2.5"
 SOURCE_MODULES["https://github.com/maestrodev/puppet-wget"]="v1.6.0"
 SOURCE_MODULES["https://github.com/n1tr0g/golja-gnupg"]="1.2.2"