Skip to content

Instantly share code, notes, and snippets.

@frozenfoxx
Created October 8, 2013 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frozenfoxx/6892964 to your computer and use it in GitHub Desktop.
Save frozenfoxx/6892964 to your computer and use it in GitHub Desktop.
# PuppetDB
node "puppetdb.somecompany.local" inherits default {
class { 'puppetdb::database::postgresql':
listen_addresses => 'puppetdb.somecompany.local',
}
class { 'puppetdb::server':
database_host => 'puppetdb.somecompany.local',
database => 'postgres',
database_username => 'puppetdb',
database_password => 'somepass',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment