Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 346 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 346 Bytes

Simplepup — query PuppetDB using SSH for authentication

❯ ./simplepup 'facts[value] { name = "fqdn" limit 1 }'
[
  {
    "value": "vmware-statsfeeder5.ops.puppetlabs.net"
  }
]

Simplepup connects to the PuppetDB host over SSH, then queries the unauthenticated HTTP endpoint.

Licensed under the Simplified BSD License.