Version information
released Aug 14th 2018
This version is compatible with:
- Puppet Enterprise 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
- Puppet >= 4.7.0 < 6.0.0
- , , , , , , , , , ,
Tasks:
- facts_upload
Start using this module
Add this module to your Puppetfile:
mod 'dylanratcliffe-facts_upload', '0.1.1'
Learn more about managing modules with a PuppetfileDocumentation
dylanratcliffe/facts_upload — version 0.1.1 Aug 14th 2018
facts_upload
Triggers an upload of the latest facts. This is important if you are running in cached catalog mode and need node facts to be up to date.
Tasks
facts_upload
Runs puppet facts upload
, a feature added in PUP-8232 to allow updating of facts on demand, most useful when running agents in cached catalog mode.
What are tasks?
Modules can contain tasks that take action outside of a desired state managed by Puppet. It’s perfect for troubleshooting or deploying one-off changes, distributing scripts to run across your infrastructure, or automating changes that need to happen in a particular order as part of an application deployment.