Skip to content

Commit 51e185a

Browse files
(PA-5786) Revert "(maint) Revert "Merge pull request puppetlabs#2410 from tvpartytonight/PA-5786_use_new_vanagon_method""
This reverts commit d4e2228.
1 parent 15f972b commit 51e185a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/components/openssl-fips.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
#
7474
if platform.is_rpm?
7575
# If you modify the following code, update customactions.wxs.erb too!
76-
pkg.add_postinstall_action ["install", "upgrade"],
76+
pkg.add_postinstall_required_action ["install", "upgrade"],
7777
[<<-HERE.undent
7878
OPENSSL_CONF=/opt/puppetlabs/puppet/ssl/openssl.cnf.dist /opt/puppetlabs/puppet/bin/openssl fipsinstall -module /opt/puppetlabs/puppet/lib/ossl-modules/fips.so -provider_name fips -out /opt/puppetlabs/puppet/ssl/fipsmodule.cnf
7979
/usr/bin/cp --preserve /opt/puppetlabs/puppet/ssl/openssl-fips.cnf /opt/puppetlabs/puppet/ssl/openssl.cnf

0 commit comments

Comments
 (0)