DE-IBH / apt-dater

terminal-based remote package update manager
GNU General Public License v2.0
101 stars 24 forks source link

Glob matching on ~p is not exact #137

Open hentismith opened 7 years ago

hentismith commented 7 years ago

When using the glob matching on ~p when used in conjunction with T & ^T does not match exact strings. For example.

I have hosts with samba and other hosts with samba-libs. When using T~p samba, both sets of hosts are matched due to samba-libs containing samba.

When only wanting to perform actions on hosts with samba installed, I have to currently unta any incorrectly tagged hosts.