puppet/modules/rhizo_base/templates/bash_aliases.erb
Keith Whyte 51760b1bcf Multiple user config changes
Starting to make the system operable without using root.

Changes to groups, sudo, some file permissions.
Places all the user key config into users.pp
2023-03-18 22:46:11 +01:00

4 lines
181 B
Bash

alias psql='psql postgresql://rhizomatica:<%= @pgsql_pwd %>@localhost/rhizomatica'
alias systemctl='sudo systemctl'
alias journalctl='sudo journalctl'
alias sudo="/usr/bin/sudo -n"