Skip to content

Instantly share code, notes, and snippets.

@sdoro
Created November 19, 2012 15:38
Show Gist options
  • Save sdoro/4111324 to your computer and use it in GitHub Desktop.
Save sdoro/4111324 to your computer and use it in GitHub Desktop.
Install and configure PuppetDB (Debian 6)
# from apt puppetlabs repo ...
apt-get install puppedb
#
puppet module install puppetlabs-puppetdb
Preparing to install into /puppet/modules ...
Downloading from https://forge.puppetlabs.com ...
Installing -- do not interrupt ...
/puppet/modules
└─┬ puppetlabs-puppetdb (v1.1.2)
├── cprice404-inifile (v0.0.3)
└─┬ puppetlabs-postgresql (v1.0.0)
└── puppetlabs-stdlib (v3.1.1 -> v2.5.1)
#
vim site.pp
node puppetmaster {
include puppetdb
include puppetdb::master::config
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment