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

danielparks/simplepup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Query PuppetDb using SSH for authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages