Sha256: 3f420d6042460b1048d55348bb81532cdb1ffa87fab3f297484583aaebe1a8ed
Contents?: true
Size: 875 Bytes
Versions: 102
Compression:
Stored size: 875 Bytes
Contents
# Defaults for puppetqd - sourced by /etc/init.d/puppetqd # Should puppetqd (the storeconfigs queuing broker) be started? # This can take some load off of the puppetmaster by queuing the # storeconfig updates to the database with puppetqd. You need # to have the 'stompserver' package installed and running, and # the following configured in your puppet.conf: # # [main] # queue_type = stomp # queue_source = stomp://localhost:61613 # dbadapter = (sqlite3|mysql|postgresql) # dbserver=localhost # dbname=puppet # dbuser=puppet # dbpassword=xxxx # dblocation = /var/lib/puppet/storeconfigs.sqlite <-- only if using sqlite # # [master] # async_storeconfigs = true # # See: http://puppetlabs.com/trac/puppet/wiki/UsingStoredConfiguration # # Once you have the proper puppet.conf, and stompserver, you can enable # the following: PUPPETQD=no PUPPETQD_OPTS=""
Version data entries
102 entries across 102 versions & 2 rubygems