Open JuniperSpring opened 8 years ago
On the command line I can specify the PuppetDB host: puppet query nodes '...' --host 'puppetdb.example.com'
puppet query nodes '...' --host 'puppetdb.example.com'
How do I specify the host when using a puppet function in a puppet manifest?
Thanks!
At the moment this is unsupported other than changing the puppetdb config file.
On the command line I can specify the PuppetDB host:
puppet query nodes '...' --host 'puppetdb.example.com'
How do I specify the host when using a puppet function in a puppet manifest?
Thanks!