Skip to content

Instantly share code, notes, and snippets.

@intjonathan
Last active December 27, 2015 02:39
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 intjonathan/7254263 to your computer and use it in GitHub Desktop.
Save intjonathan/7254263 to your computer and use it in GitHub Desktop.
puppetdb with newer postgres
class { "postgresql::globals":
version => '9.3',
manage_package_repo => true,
}
# This installs postgres for you
class { '::puppetdb':
database_password => hiera('profile::puppetdb::pg_puppetdb_password'),
java_args => {'-Xmx' => '2g', '-Xms' => '2g'},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment