From 368ed6fb1bc50c3803d85cf0f8b9ff3ae75be40b Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 25 Feb 2016 18:47:24 +0100 Subject: [PATCH] Adding /etc/profile.d/fbrehm.sh --- basic/shells.sls | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/basic/shells.sls b/basic/shells.sls index d1c484f..2b09756 100644 --- a/basic/shells.sls +++ b/basic/shells.sls @@ -14,3 +14,11 @@ inputrc-history-search-forward: - name: /etc/inputrc - regex: '"\\e\[6~": history-search-forward' +/etc/profile.d/fbrehm.sh: + file.managed: + - user: root + - group: root + - mode: 644 + - source: salt://basic/files/fbrehm.sh + - backup: minion + -- 2.39.5