emre/storm

Support for partial wildcards

jredville opened this issue · 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

+1

emre commented

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