Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Software
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LARN
RNA
Software
Commits
b159656c
Commit
b159656c
authored
Jan 16, 2018
by
Andreas Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add proper requirements so that bashrc_locale does not fail if RNA user is not present.
parent
15a562bd
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
salt/common/init.sls
salt/common/init.sls
+3
-0
No files found.
salt/common/init.sls
View file @
b159656c
...
@@ -31,6 +31,9 @@ dir_rna:
...
@@ -31,6 +31,9 @@ dir_rna:
- require:
- require:
- user: user_rna
- user: user_rna
- group: group_rna
- group: group_rna
- require_in:
- file: bashrc_locale_rna
rna_profile:
rna_profile:
file.managed:
file.managed:
- name: /home/rna/.profile
- name: /home/rna/.profile
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment