9,385 downloads
9,385 latest version
3.8 quality score
Add this module to a Bolt project:
bolt module add jtopjian-fqdn_underscore
Add this declaration to your Puppetfile:
mod 'jtopjian-fqdn_underscore', '1.0.0'
Manually install this module with Puppet module tool:
puppet module install jtopjian-fqdn_underscore --version 1.0.0
Downloading to your local machine is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code or for testing purposes.
This is a Puppet fact that returns the fqdn with dots replaced with underscores. For example, www.example.com becomes www_example_com
www.example.com
www_example_com
$ facter -p fqdn_underscore