Browse Source

Fix pillar reference

tags/2016.12
Filip Pytloun 9 years ago
parent
commit
ee07210614
1 changed files with 1 additions and 1 deletions
  1. +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 %}


Loading…
Cancel
Save