let's say I have a service that has a pillar-configured user associated with it now I want to fetch a tar.gz and put it in this user home directory... how do I do that...
user.info return a bunch of data including the home directory.. but how do I get only that ?
iow
foo:
archive:
- extracted
- name {{ <get the user home directory here> }}
...