Add a way to use both system-wide configuration and user-wide configuration.
A possible solution is to allow use to specify that information in the meta file:
- src: ..
dst: ..
install_type: system
- src: ..
dst: ..
install_type: user
users: all # this will include all users in the home directory
- src: ..
dst: ..
install_type: user
users: # this will install only to those users
- alem0lars
- pippo
- pluto
Add a way to use both system-wide configuration and user-wide configuration.
A possible solution is to allow use to specify that information in the meta file: