storm icon indicating copy to clipboard operation
storm copied to clipboard

Support for partial wildcards

Open jredville opened this issue 9 years ago • 2 comments

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

jredville avatar Oct 30 '15 01:10 jredville

+1

DanyC97 avatar Nov 18 '15 13:11 DanyC97

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

emre avatar Nov 19 '15 09:11 emre