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
This commit is contained in:
parent
306bb24792
commit
51760b1bcf
8 changed files with 75 additions and 44 deletions
|
@ -1,3 +1,4 @@
|
|||
alias psql='psql postgresql://rhizomatica:<%= @pgsql_pwd %>@localhost/rhizomatica'
|
||||
alias systemctl='sudo systemctl'
|
||||
alias journalctl='sudo journalctl'
|
||||
alias sudo="/usr/bin/sudo -n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue