commit | ee07210614d4cbe2976159097760efbdd8f0b910 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Fri Feb 19 17:08:05 2016 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Fri Feb 19 17:08:05 2016 +0100 |
tree | 8e1bc43c11acf1d1b585565e7012d1bff39980eb | |
parent | 35a7214d1b8cefcba6297850a13546d6f1a5ec6e [diff] |
Fix pillar reference
diff --git a/linux/system/motd.sls b/linux/system/motd.sls index 9f33982..e1450c3 100644 --- a/linux/system/motd.sls +++ b/linux/system/motd.sls
@@ -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 %}