Created
November 19, 2012 15:38
-
-
Save sdoro/4111324 to your computer and use it in GitHub Desktop.
Install and configure PuppetDB (Debian 6)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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