This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
linux-formula
mirror of
https://github.com/salt-formulas/salt-formula-linux
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
Fix /etc/profile.d permissions
Change-Id: I132c3900da9c35214df288829b5371803a1496ee
tags/2017.4
Filip Pytloun
7 years ago
parent
914eff9e0f
commit
41d775d60a
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
+2
-1
linux/system/profile.sls
+ 2
- 1
linux/system/profile.sls
View File
@@ -4,7 +4,8 @@
/etc/profile.d:
file.directory:
- user: root
- mode: 750
- group: root
- mode: 755
- makedirs: true
profile.d_clean:
Write
Preview
Loading…
Cancel
Save