jboss_version.fact 149 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 #!/bin/bash eap_version=$(cat /opt/jboss-eap-7.2/version.txt | awk '{print $9}' | sed 's/.GA//') cat << EOF { "eap_version": "$eap_version" } EOF