Re: [Puppet Users] init config once

2021-01-29 Thread Martin Alfke
A custom fact is the best way to report the status of the file on the node to the master and have the file managed by Puppet based on the fact value. Bolt needs ssh access to the systems (unless you are using Puppet Enterprise which does not need ssh but uses a message queue on the master and th

Re: [Puppet Users] init config once

2021-01-29 Thread Ben Ford
I do have a kind of terrible module that does exactly this I make no guarantees whatsoever about how well it works. I ended up not using it for much longer after building it. https://forge.puppet.com/modules/binford2k/manageonce On Fri, Jan 29, 2021 at 12:14 AM Martin Alfke wrote: > A custo