You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When provisioning an EL primary, the platform will be empty if the fips-mode-setup command is not available on the system. The task returns invalid json as seen below.
{"target":"pe-server-b2fb6c-0.us-west1-a.c.customer-support-scratchpad.internal","action":"task","object":"peadm::precheck","status":"success","value":{"_output":"/tmp/d7046e13-f606-4fc4-a0f4-980167d44dfe/precheck.sh: line 10: fips-mode-setup: command not found\r\n {\r\n \"hostname\": \"pe-server-b2fb6c-0.us-west1-a.c.customer-support-scratchpad.internal\",\r\n \"platform\": \"el-7-x86_64\"\r\n }\r\n"}}
Later on the platform is missing from the tarball.
The task failed with exit code 1
Downloading: https://s3.amazonaws.com/pe-builds/released/2021.7.0/puppet-enterprise-2021.7.0-.tar.gz.asc
Downloading to temporary file /tmp/tmp.waKTPfsOK8
Error: Curl has failed to download the file
The commit here seems to be the change that introduced the behavior. Checking for the command would get around the issue.
Expected Behavior
CentOS7 without FIPS should be able to be provisioned.
Steps to Reproduce
Run the plan against a CentOS7 node without fips-mode-setup installed.
The text was updated successfully, but these errors were encountered:
Describe the Bug
When provisioning an EL primary, the platform will be empty if the
fips-mode-setup
command is not available on the system. The task returns invalid json as seen below.Later on the platform is missing from the tarball.
The commit here seems to be the change that introduced the behavior. Checking for the command would get around the issue.
Expected Behavior
CentOS7 without FIPS should be able to be provisioned.
Steps to Reproduce
fips-mode-setup
installed.The text was updated successfully, but these errors were encountered: