Skip to content

Instantly share code, notes, and snippets.

View johnduarte's full-sized avatar

John Duarte johnduarte

View GitHub Profile
# cat /tmp/puppetdb_manifest.pp.T6vbjj
class { 'puppetdb::server':
database => 'postgres',
puppetdb_version => '71646c6d05547147faf87a3382c6fac75a07f0cd-1.el7',
}
# get the pg server up and running
class { 'postgresql::globals':
manage_package_repo => true,
version => '9.3',