]> Frank Brehm's Git Trees - salt/states.git/commitdiff
Adding /etc/profile.d/fbrehm.sh
authorFrank Brehm <frank.brehm@profitbricks.com>
Thu, 25 Feb 2016 17:47:24 +0000 (18:47 +0100)
committerFrank Brehm <frank.brehm@profitbricks.com>
Thu, 25 Feb 2016 17:47:24 +0000 (18:47 +0100)
basic/shells.sls

index d1c484f20f5ada1117be398262f50752ab8a45b2..2b097562e9d40ed6ee5a447785e5c1d63aa321a4 100644 (file)
@@ -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
+