Issue #2793 has been updated by Dan Bode.

isnt this functionality supported by tidy? I think this bug is a mistake.
----------------------------------------
Feature #2793: file should allow regex/glob selection for inclusion (oppisite 
of ignore) 
http://projects.reductivelabs.com/issues/2793

Author: Dan Bode
Status: Needs design decision
Priority: Normal
Assigned to: 
Category: file
Target version: 
Affected version: 0.25.1
Keywords: 
Branch: 


I would like to only purge files that match expression:

file{"name"
  path => "/tmp/foo",
  purge => true,
  only  => "delete.me.*"
}

it could also work with recursion

file{"name":
  path => "/tmp/foo/",
  recurse => true,
  mode => 777,
  only => "unsecure.*"
}


-- 
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