On 8/8/14 9:23 AM, Don Dorman wrote: > Good morning everyone. > > I am looking to create a puppet 3.2.4 modules to scan all available IP > routes across a lot os servers, and to save the information to a report. > > -- > You received this message because you are subscribed to the Google > Groups "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/7c016c0c-f3de-4159-8eea-4c0ca402691e%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/7c016c0c-f3de-4159-8eea-4c0ca402691e%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout.
Hi Don, Suggest writing a custom fact[1]. You can then access this information in your reports, in real time with MCollective, on demand with facter or data from the last run with PuppetDB. [1] - https://docs.puppetlabs.com/facter/latest/custom_facts.html Best regards, -g -- Garrett Honeycutt @learnpuppet Puppet Training with LearnPuppet.com Mobile: +1.206.414.8658 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/53E6509C.2020708%40garretthoneycutt.com. For more options, visit https://groups.google.com/d/optout.
