Issue #22713 has been updated by Nikolay Georgieff.

The puppetmaster is running as rack application. All my agents are always the 
latest version (3.3.0-1)


[main]
    confdir = /etc/puppet
    vardir = /var/lib/puppet
    logdir = /var/log/puppet
    rundir = /var/run/puppet
    ssldir = /var/lib/puppet/ssl
    privatekeydir = /var/lib/puppet/ssl/private_keys { group = service }
    hostprivkey = /var/lib/puppet/ssl/private_keys/puppet.it.****.***.pem { 
mode = 640 }
    classfile = /var/lib/puppet/classes.txt
    localconfig = /var/lib/puppet/localconfig
    summarize = true
    usecacheonfailure = true
    factpath = $vardir/lib/facter
    templatedir = $confdir/templates
    reportdir = /var/lib/puppet/reports
    pluginsync = true
    smtpserver = admin2.it.****.***
    parser = future
[agent]
    server = puppet.it.****.***

    report = true
    ignorecache = true

    graph = true
    pluginsync = true
[master]
    storeconfigs = true
    thin_storeconfigs = true
    parser = future
    dbadapter = mysql
    dbname = Puppet
    dbserver = mariner.cts.****.***

    dbconnections = 10
    dbsocket = /var/lib/mysql/mysql.sock

    logfacility = user

    rrdgraph = true

    ssl_client_header = SSL_CLIENT_S_DN
    ssl_client_verify_header = SSL_CLIENT_VERIFY

    report = true
    reports = log, foreman
    external_nodes = /etc/puppet/node.rb
    node_terminus = exec
    autosign = /etc/puppet/autosign.conf {owner = service, group = service, 
mode = 664 }
    modulepath = /etc/puppet/environments/$environment/modules
[development]
  modulepath = /etc/puppet/environments/development/modules:/etc/puppet/modules/
  manifest = /etc/puppet/environments/development/manifests/site.pp
  pluginsync = true
[testing]
  modulepath = /etc/puppet/environments/testing/modules:/etc/puppet/modules/
  manifest = /etc/puppet/environments/testing/manifests/site.pp
  pluginsync = true
[production]
  manifest = /etc/puppet/environments/production/manifests/site.pp
  modulepath = /etc/puppet/environments/production/modules:/etc/puppet/modules/
[sandbox]
  manifest = /etc/puppet/environments/sandbox/manifests/site.pp
  modulepath = /etc/puppet/environments/sandbox/modules:/etc/puppet/modules/
[qa]
  manifest = /etc/puppet/environments/qa/manifests/site.pp
  modulepath = /etc/puppet/environments/qa/modules:/etc/puppet/modules/
  pluginsync = true


----------------------------------------
Bug #22713: Puppet 3.3 not updating the facts
https://projects.puppetlabs.com/issues/22713#change-98159

* Author: Nikolay Georgieff
* Status: Needs More Information
* Priority: Normal
* Assignee: Nikolay Georgieff
* Category: 
* Target version: 
* Affected Puppet version: 3.3.0
* Keywords: 
* Branch: 
----------------------------------------
After upgrading Puppet master on RHEL6 instance to 3.3.0 (from Puppetlabs 
repo), the Puppet did no longer updating the facts.
I'm using Foreman as ENC and they sharing a MySQL DB with Puppet. If I 
downgrade the Puppet to 3.2.4 it updates the facts properly.

Let me know if you need more information or logs.



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to