Issue #1884 has been updated by luke.

Status changed from Accepted to Ready for Checkin
Assigned to set to jamtur01

Fixed in my tickets/0.24.x/1884 repo.  Note that this will probably have a 
simple merge conflict with Brice's fix for #1922.  I can rebase once you've 
merged his code if you want.
----------------------------------------
Bug #1884: Exported resources are marked as unexported when collected on the 
exporting host
http://projects.reductivelabs.com:80/issues/1884

Author: freiheit
Status: Ready for Checkin
Priority: Normal
Assigned to: jamtur01
Category: plumbing
Target version: 0.24.8
Complexity: Unknown
Affected version: 0.24.7
Keywords: 


@@host { $foo: ip => $bar, ensure => present }
Host <<| |>>
@@sshkey { $foo: type => rsa, key => $sshrsakey }
Sshkey <<| |>>

[puppetmasterd]
  storeconfigs=true
  dbadapter=mysql
  (etc)

This was working before.  I think in 0.24.4, but possibly 0.24.3 or 0.24.2...

When I added a new node, those resources appeared on that new node, but never 
appeared on other nodes.  Older exported resources worked on the new node.

In the "resources" table in mysql the exported column was NULL.

Manually changing the exported column to 1 for the affected resources seemed to 
work around the problem.


----------------------------------------
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://reductivelabs.com/redmine/my/account

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to