This module is a set of utilities that handle bootstrapping and image prepping an image build pipeline. It is primarily used to decouple the logic and steps of a puppet masterless setup from the image factory.
Returns the absolute path of the module. Like stdlib/get_module_path but not limited to the environment.
Argument: Module name.
Type: String
Looks for a string custom_facts=<data>
in EC2 userdata, and sets static external facts.
The <data>
should be a base64 encoded JSON Hash.
Returns Boolean if reboot is pending on Windows. Same logic as puppetlabs-reboot, but no reboot action applied.