I'm having a bit of an odd problem with exported resources.  It seems like if
an resource is already in the stored configs database, then a host checks in an
exports that resource, then it doesn't get exported.

Deleting storedconfigs.sqlite seems to fix the problem when the hosts next
check in.  This isn't related to the recent bugs in exported resources, because
I built new puppet packages from the 0.24.x branch.

For example:

Before:
sqlite> select * from resources where restype='Ether';
451|00:50:56:b6:61:47|Ether|1|6||46|2009-02-14 14:12:37|2009-02-14 14:12:37
457|00:50:56:b4:02:94|Ether|3|6||46|2009-02-14 14:25:00|2009-02-14 14:25:00
460|00:50:56:b4:4c:f6|Ether|2|6||46|2009-02-14 14:32:31|2009-02-14 14:32:31


After:
sqlite> select * from resources where restype='Ether';
130|00:50:56:b6:61:47|Ether|1|6|t|41|2009-02-14 19:25:02|2009-02-14 19:24:59
235|00:50:56:b4:4c:f6|Ether|2|6|t|41|2009-02-14 19:25:42|2009-02-14 19:25:40
244|00:50:56:b6:61:47|Ether|2|2||41|2009-02-14 19:25:42|2009-02-14 19:25:40
366|00:50:56:b4:02:94|Ether|3|6|t|41|2009-02-14 19:32:56|2009-02-14 19:32:54
404|00:50:56:b4:02:94|Ether|2|2||41|2009-02-14 19:35:38|2009-02-14 19:35:38

I know I'm showing a custom type, but it happened with the Host type as well.
That time, I thought it was something I did, so I didn't capture it.

Has anyone seen anything like this?  Any ideas where I could start debugging?

Cheers,

-- 
Eric Gerlach, Network Administrator
Federation of Students
University of Waterloo
p: (519) 888-4567 x36329
e: egerl...@feds.uwaterloo.ca

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to