puppetlabs / puppet-agent

All of the directions for building a puppet agent package.
Other
47 stars 146 forks source link

(PA-5786) Use postinstall_required_action for fips #2410

Closed tvpartytonight closed 10 months ago

tvpartytonight commented 10 months ago

#add_postinstall_action puts scriptlets in the %posttrans section of an rpm spec file. This action must complete before restarting puppet, so prefer the #add_postinstall_required_action from vanagon to ensure it completes before restarting puppet.