storm
storm copied to clipboard
Support for partial wildcards
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
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 :)