vagrant up thanos, puppet applies then:
```
$ vagrant ssh thanos > sudo -i
root@thanos:~# ip a | grep 10.168
inet 10.168.50.90/16 brd 10.168.255.255 scope global eth1
root@thanos:~# ss -tanp | grep 1919*
LISTEN 0 4096 *:19191 *:* users:(("thanos",pid=24042,fd=8))
ESTAB 0 0 [::ffff:10.168.50.90]:19191 [::ffff:10.168.0.1]:53606 users:(("thanos",pid=24042,fd=11))
ESTAB 0 0 [::ffff:10.168.50.90]:19191 [::ffff:10.168.0.1]:53610 users:(("thanos",pid=24042,fd=13))
ESTAB 0 0 [::ffff:10.168.50.90]:19191 [::ffff:10.168.0.1]:53608 users:(("thanos",pid=24042,fd=12))
ESTAB 0 0 [::ffff:10.168.50.90]:19191 [::ffff:10.168.0.1]:53612 users:(("thanos",pid=24042,fd=14))
root@thanos:~# systemctl status thanos-query | grep running
Active: active (running) since Thu 2022-07-07 09:42:15 UTC; 4min 37s ago
```
{F5777259}