summaryrefslogtreecommitdiffstats
path: root/roles/atomic_proxy/templates/puppet/puppet.conf.j2
blob: 9731ff168baa1ef97f9b04d209277c987ccf87f7 (plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
[main]
    # we need to override the host name of the container
    certname = ctr-proxy.{{ oo_env }}.rhcloud.com

    # The Puppet log directory.
    # The default value is '$vardir/log'.
    logdir = /var/log/puppet

    # Where Puppet PID files are kept.
    # The default value is '$vardir/run'.
    rundir = /var/run/puppet

    # Where SSL certificates are kept.
    # The default value is '$confdir/ssl'.
    ssldir = $vardir/ssl
    manifest = $manifestdir/site.pp
    manifestdir = /var/lib/puppet/environments/pub/$environment/manifests
    environment = {{ oo_env_long }}
    modulepath = /var/lib/puppet/environments/pub/$environment/modules:/var/lib/puppet/environments/pri/$environment/modules:/var/lib/puppet/environments/pri/production/modules:$confdir/modules:/usr/share/puppet/modules

[agent]
    # The file in which puppetd stores a list of the classes
    # associated with the retrieved configuratiion.  Can be loaded in
    # the separate ``puppet`` executable using the ``--loadclasses``
    # option.
    # The default value is '$confdir/classes.txt'.
    classfile = $vardir/classes.txt

    # Where puppetd caches the local configuration.  An
    # extension indicating the cache format is added automatically.
    # The default value is '$confdir/localconfig'.
    localconfig = $vardir/localconfig
    server = puppet.ops.rhcloud.com
    environment = {{ oo_env_long }}
    pluginsync = true
    graph = true
    configtimeout = 600
    report = true
    runinterval = 3600
    splay = true