Hi peeps,

I've just noticed that "puppet agent --configprint runinterval" is not doing what I expect. Why does it misreport the environment? The node is indeed checking into the netops environment.

[jg4461@web-team-dev ~]$ puppet agent --configprint environment
production
[jg4461@web-team-dev ~]$ cat /etc/puppet/puppet.conf
[main]
    # The Puppet log directory.
    # The default value is '$vardir/log'.
    logdir = /var/log/puppet
    syslogfacility = local5

    # 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

[agent]
    # enable Puppet Dashboard reports
    #report = true

    # Sync plugins, such as custom facts
    pluginsync = true

    # Run every 10 minutes rather than the default 30
    runinterval = 60m

    # 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

    environment = netops

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/5409C057.3010300%40bristol.ac.uk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to