Bug #953
still exporting troubles
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | 0.24.0 | |||
| Affected Puppet version: | 0.25.4 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
without resetting the exported property at all, resources are re-exported from the collecting host, causing a collision on the third collector:
puppet=# select resources.id, title, restype, host_id, exported, name from resources join hosts on (host_id = hosts.id) where resources.id in (400, 172); id | title | restype | host_id | exported | name -----+---------------------------------------------------------------+---------+---------+----------+---------------------- 172 | /var/lib/puppet/modules/munin/nodes/git-test.black.co.at_4949 | File | 1 | t | git-test.black.co.at 400 | /var/lib/puppet/modules/munin/nodes/git-test.black.co.at_4949 | File | 2 | t | backuppc.black.co.at (2 rows) puppet=#
History
Updated by Luke Kanies over 4 years ago
- Status changed from 1 to Closed
- 7 set to fixed
This should be fixed in git.