Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*-wide configurations #59

Open
alem0lars opened this issue Sep 13, 2018 · 0 comments
Open

*-wide configurations #59

alem0lars opened this issue Sep 13, 2018 · 0 comments

Comments

@alem0lars
Copy link
Owner

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant