Puppet: System Administration Automated

Support

Ticket #590 (closed defect: duplicate)

Opened 2 years ago

Last modified 2 years ago

facts should be removed from client when removed from server

Reported by: abnormaliti Assigned to: luke
Priority: high Milestone:
Component: client Version: 0.22.3
Severity: normal Keywords: facts
Cc: Triage Stage: Accepted
Attached Patches: None Complexity: Medium

Description

When a fact is removed/deleted from the server it should be removed from the client when factsync is enabled, currently it does not.

This causes problems when a bad fact is distributed that hangs puppet, the only solution currently is to visit each client and manually remove the fact by hand.

Change History

04/19/07 21:26:19 changed by luke

  • priority changed from normal to high.
  • status changed from new to assigned.
  • complexity changed from Unknown to Medium.
  • compatibility changed from Unknown to Full.
  • stage changed from Unreviewed to Accepted.

04/19/07 21:29:51 changed by luke

  • status changed from assigned to closed.
  • resolution set to duplicate.

This is a superset of #594, so I'm marking it a dupe of that, even though this was filed first, since that one covers the specific problem.

04/30/07 18:19:47 changed by luke

I can't seem to reproduce #594, yet the download() class method on the Master client did not add 'purge => true', so I've added that in [2435].