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 for issue
#179
. In linux/system/profile.sls, profile scripts always recreated. We need to define file instead service in required_in.
pull/180/head
Nick Metz
6 years ago
parent
a9cffb57f0
commit
72e3001b7f
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
linux/system/profile.sls
+ 1
- 1
linux/system/profile.sls
View File
@@ -20,7 +20,7 @@ profile.d_script_{{ name }}:
- defaults:
script: {{ script|yaml }}
- require_in:
-
servic
e: profile.d_clean
-
fil
e: profile.d_clean
{% endfor %}
{%- endif %}
Write
Preview
Loading…
Cancel
Save