Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push globbing down into doRegexSub() #73

Closed
bmr-cymru opened this issue Dec 5, 2012 · 0 comments
Closed

Push globbing down into doRegexSub() #73

bmr-cymru opened this issue Dec 5, 2012 · 0 comments

Comments

@bmr-cymru
Copy link
Member

Unlike addCopySpec*() our regex substitution routine (mostly used for post-processing edits, e.g. password elision) does not accept globs.

At least the following modules are implementing something like this themselves today:

cluster.py
libvirt.py
as7.py
jboss.py

What about pushing at least the glob handling down? Some of these use a find style of op so maybe a more general interface?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant