Class: Pupmin::PuppetDB
- Inherits:
-
PuppetDB::Client
- Object
- PuppetDB::Client
- Pupmin::PuppetDB
- Defined in:
- lib/pupmin/puppetdb.rb
Overview
wrapper for the VoxPupuli PuppetDB gem.
Class Method Summary collapse
Class Method Details
.build ⇒ Object
6 7 8 |
# File 'lib/pupmin/puppetdb.rb', line 6 def self.build ::PuppetDB::Client.new(server: Pupmin.puppetdb_url, pem: Pupmin.puppet_certs) end |