File: puppetmaster-common.puppetqd.default

package info (click to toggle)
puppet 3.7.2-4%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 18,912 kB
  • ctags: 13,168
  • sloc: ruby: 210,410; sh: 2,050; xml: 1,554; lisp: 300; makefile: 142; python: 108; sql: 103; yacc: 72
file content (27 lines) | stat: -rw-r--r-- 875 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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=""