Skip to content

Instantly share code, notes, and snippets.

@fcharlier
Created April 2, 2012 12:45
Show Gist options
  • Save fcharlier/2283195 to your computer and use it in GitHub Desktop.
Save fcharlier/2283195 to your computer and use it in GitHub Desktop.
puppetmaster database setup
[main]
[… snip …]
pluginsync=true
server=fqdn.puppetmaster.example.com
[master]
[… snip …]
storeconfigs=true
# Needed for storeconfigs=true
dbadapter=mysql
dbname=puppet
dbuser=puppet
dbpassword=password
dbserver=localhost
dbsocket=/var/run/mysqld/mysqld.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment