Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Support for partial wildcards #109

Open
jredville opened this issue Oct 30, 2015 · 2 comments
Open

Support for partial wildcards #109

jredville opened this issue Oct 30, 2015 · 2 comments

Comments

@jredville
Copy link

Host foo*
    User=jim

Host foo.1
    HostName=foo.baz.com

Host foo.2
    HostName=foo.bar.com

This should equate to

Host foo.1
    User=jim
    HostName=foo.baz.com

Host foo.2
    User=jim
    HostName=foo.bar.com

However currently, it is output as a separate host entry in storm list

@DanyC97
Copy link

DanyC97 commented Nov 18, 2015

+1

@emre
Copy link
Owner

emre commented Nov 19, 2015

This is relatively a big project, I have plans to re-organize how wildcard objects work. (partial support and general wildcard)

This is the biggest priorty though - will be handled soon. I just need some free time :)

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

No branches or pull requests

3 participants