summaryrefslogtreecommitdiff
path: root/roles/core/zsh/vars/OpenBSD.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/core/zsh/vars/OpenBSD.yml')
-rw-r--r--roles/core/zsh/vars/OpenBSD.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/core/zsh/vars/OpenBSD.yml b/roles/core/zsh/vars/OpenBSD.yml
new file mode 100644
index 00000000..d11fe11e
--- /dev/null
+++ b/roles/core/zsh/vars/OpenBSD.yml
@@ -0,0 +1,12 @@
+---
+zsh_banner_shell: /bin/ksh
+zsh_bin_path: /usr/local/bin/zsh
+zsh_conf_base_dir: /etc
+
+zsh_default_shell_lineinfile:
+ /etc/usermgmt.conf:
+ regexp: '^#?shell\s'
+ line: 'shell /usr/local/bin/zsh'
+ /etc/adduser.conf:
+ regexp: '^#?defaultshell='
+ line: 'defaultshell=/usr/local/bin/zsh'