Puppet: System Administration Automated

Support

Ticket #65 (new enhancement)

Opened 3 years ago

Last modified 7 months ago

File sources should support file globbing

Reported by: luke Assigned to: community
Priority: low Milestone: unplanned
Component: fileserving Version:
Severity: normal Keywords: files
Cc: Triage Stage: Accepted
Attached Patches: None Complexity: Medium

Description

Something like this would be nice:

file { "/etc/mail":

source => "/path/to/my/files/*.cf", recurse => true

}

It should be significantly easier to implement than local file globbing.

Change History

04/05/07 19:08:34 changed by luke

  • specification set to Unnecessary.
  • patch set to None.
  • priority changed from normal to low.
  • owner changed from luke to community.
  • complexity set to Medium.
  • milestone set to unplanned.
  • keywords set to files.
  • approval set to Unnecessary.
  • compatibility set to Full.
  • stage set to Accepted.

This requires modifications to both the client and server, but it's true that it shouldn't be all that hard.

04/24/08 07:29:36 changed by luke

  • component changed from library to fileserving.