root@elastic-worker0:~# puppet agent --test
Info: Using configured environment 'staging'
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Retrieving locales
Info: Loading facts
Info: Caching catalog for elastic-worker0.internal.staging.swh.network
Info: Applying configuration version '1650448422'
Notice: /Stage[main]/Profile::Zfs::Docker/Zpool[data]/ensure: created
Notice: /Stage[main]/Profile::Zfs::Docker/Zfs[data/docker]/ensure: created
Info: /Stage[main]/Profile::Zfs::Docker/Zfs[data/docker]: Scheduling refresh of Service[docker]
Notice: /Stage[main]/Docker::Service/Service[docker]: Triggered 'refresh' from 1 event
Notice: Applied catalog in 2.13 seconds
root@elastic-worker0:~# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
data 19.5G 1.29M 19.5G - - 0% 0% 1.00x ONLINE -
root@elastic-worker0:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
data 186K 18.9G 24K /data
data/docker 35.5K 18.9G 35.5K /var/lib/docker
root@elastic-worker0:~# systemctl status docker | grep Active
Active: active (running) since Wed 2022-04-20 09:53:46 UTC; 21s ago