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 pillar reference
tags/2016.12
Filip Pytloun
9 years ago
parent
35a7214d1b
commit
ee07210614
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
linux/system/motd.sls
+ 1
- 1
linux/system/motd.sls
View File
@@ -6,7 +6,7 @@
{#- update-motd is not available in RedHat, so support only static motd #}
/etc/motd:
file.managed:
- contents_pillar:
pillar:
linux:system:motd
- contents_pillar: linux:system:motd
{%- else %}
Write
Preview
Loading…
Cancel
Save