Set up firewall feature flag value
This commit is contained in:
parent
7871ab49e9
commit
9426b15913
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ if [[ ${ID} == "rhel" ]] && ! sudo subscription-manager status; then
|
|||
source /usr/libexec/osbuild-composer-test/define-compose-url.sh
|
||||
fi
|
||||
|
||||
# Set up variables.
|
||||
FIREWALL_FEATURE="false"
|
||||
|
||||
# Provision the software under test.
|
||||
/usr/libexec/osbuild-composer-test/provision.sh none
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue