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
Merge "Don't try to update timezone when grain noservices is set"
pull/171/head
mcp-jenkins
6 years ago
parent
dd80ea394b
517a910f29
commit
b938dde500
1 changed files
with
4 additions
and
1 deletions
Split View
Show Diff Stats
+4
-1
linux/system/timezone.sls
+ 4
- 1
linux/system/timezone.sls
View File
@@ -5,8 +5,11 @@
{{ system.timezone }}:
timezone.system:
{%- if grains.get('noservices') %}
- onlyif: /bin/false
{%- endif %}
- utc: {{ system.utc }}
{%- endif %}
{%- endif %}
{%- endif %}
Write
Preview
Loading…
Cancel
Save