Class: Pupmin::PuppetDB

Inherits:
PuppetDB::Client
  • Object
show all
Defined in:
lib/pupmin/puppetdb.rb

Overview

wrapper for the VoxPupuli PuppetDB gem.

Class Method Summary collapse

Class Method Details

.buildObject



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