Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3770680
D3533.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D3533.id.diff
View Options
diff --git a/hotfixes/init.sls b/hotfixes/init.sls
--- a/hotfixes/init.sls
+++ b/hotfixes/init.sls
@@ -16,3 +16,4 @@
- .portsnap
- .python3
- .old-directories
+ - .tmux
diff --git a/hotfixes/tmux.sls b/hotfixes/tmux.sls
new file mode 100644
--- /dev/null
+++ b/hotfixes/tmux.sls
@@ -0,0 +1,17 @@
+# -------------------------------------------------------------
+# Salt — Prune tmux default configuration
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# License: Trivial work, not eligible to copyright
+# -------------------------------------------------------------
+
+# -------------------------------------------------------------
+# T2029
+# Don't provision root tmux config as default
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+/etc/tmux.conf:
+ file.absent
+
+/usr/local/etc/tmux.conf:
+ file.absent
diff --git a/roles/core/userland-software/base.sls b/roles/core/userland-software/base.sls
--- a/roles/core/userland-software/base.sls
+++ b/roles/core/userland-software/base.sls
@@ -47,7 +47,7 @@
tmux:
pkg.installed
-{{ dirs.etc }}/tmux.conf:
+/root/.tmux.conf:
file.managed:
- source: salt://roles/core/userland-software/files/tmux.conf
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 21:12 (15 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2261043
Default Alt Text
D3533.id.diff (1 KB)
Attached To
Mode
D3533: Prune default tmux.conf
Attached
Detach File
Event Timeline
Log In to Comment