]> Andreas Glashauser | Gitweb - salt-qubes.git/commitdiff
CHANGED: Mitigate Fedora issue by replacing file.managed source: in common.xterm
authorAndreas Glashauser <ag@andreasglashauser.com>
Tue, 1 Apr 2025 07:51:23 +0000 (09:51 +0200)
committerAndreas Glashauser <ag@andreasglashauser.com>
Tue, 1 Apr 2025 08:16:31 +0000 (10:16 +0200)
user_salt/common/bash/files/conf [deleted file]
user_salt/common/bash/init.sls

diff --git a/user_salt/common/bash/files/conf b/user_salt/common/bash/files/conf
deleted file mode 100644 (file)
index 534784a..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-export HISTSIZE=5
-export HISTFILESIZE=5
index 9b2daa62dae4e4304938dc1533e68b4a3b009049..69e74464f06442d06da30a8b9a62c9f37c543548 100644 (file)
@@ -1,7 +1,10 @@
 bash--limit-bash-history:
   file.managed:
     - name: /etc/profile.d/limit_bash_history.sh
-    - source: salt://common/bash/files/conf
+    - contents: |
+        #!/bin/bash
+        export HISTSIZE=5
+        export HISTFILESIZE=5
     - mode: 755
     - user: root
     - group: root