You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using user_files for the creation of folders and files in the users home directory.
But I also want to create some common folders with files. There is de default option for that, but I want to be able to use a combination of default directories with files and private directory with files:
For example: each user has the bin folder in his home directory, taken from the defaults but should also be able to have a pbin directory with some private scripts.
I have not been able to figure out how to do this. But I think next to user_files.sls there should be something like default_files.sls.
Or having user_files1.sls and user_files2.sls to be able create as many as needed.
The text was updated successfully, but these errors were encountered:
I am currently using user_files for the creation of folders and files in the users home directory.
But I also want to create some common folders with files. There is de default option for that, but I want to be able to use a combination of default directories with files and private directory with files:
For example: each user has the bin folder in his home directory, taken from the defaults but should also be able to have a pbin directory with some private scripts.
I have not been able to figure out how to do this. But I think next to user_files.sls there should be something like default_files.sls.
Or having user_files1.sls and user_files2.sls to be able create as many as needed.
The text was updated successfully, but these errors were encountered: