Re: [Puppet Users] Custom Fact Deployment

2023-08-11 Thread Matthew Dennison
if it’s works > > > > All the best > > Alex > > > > *From: *puppet-users@googlegroups.com on > behalf of Martin Alfke > *Date: *Monday, 7 August 2023 at 09:18 > *To: *puppet-users@googlegroups.com > *Subject: *Re: [Puppet Users] Custom Fact Deploymen

Re: [Puppet Users] Custom Fact Deployment

2023-08-09 Thread 'aciap...@icloud.com' via Puppet Users
Thank you everyone. I will try the Martin suggestion, and I will let you know if it’s works All the best Alex From: puppet-users@googlegroups.com on behalf of Martin Alfke Date: Monday, 7 August 2023 at 09:18 To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] Custom Fact

Re: [Puppet Users] Custom Fact Deployment

2023-08-07 Thread 'Dirk Heinrichs' via Puppet Users
Am Montag, dem 07.08.2023 um 10:17 +0200 schrieb Martin Alfke: Please note that pluginsyc will download the bash scripts to any Puppet agent, regardless of OS. ..., so if you also have to manage Windows nodes, it's better to write the facts in Ruby and put them into "/lib/facter/", with extensi

Re: [Puppet Users] Custom Fact Deployment

2023-08-07 Thread Martin Alfke
Hi Alessandro, There are two options on how to deploy external facts: 1. Manual: Place the executable bash script in /etc/puppetlabs/facter/facts.d 2. Automatic (using a module) Add the script (with executable flag) to a module in path facts.d/ Pluginsync will then deploy the bash script to al