rdu3: fix ps1

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-05-21 16:05:48 -07:00
parent 0442382c59
commit 835a7156c1
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
# Set PS1 based on env
#
[[ $- =~ i ]] && PS1="[\u@\h \W]\[$(tput setaf 3)\][PROD-IAD2]\[$(tput sgr0)\]\\$ \[\]"
[[ $- =~ i ]] && PS1="[\u@\h \W]\[$(tput setaf 3)\][PROD-RDU3]\[$(tput sgr0)\]\\$ \[\]"

View file

@ -603,7 +603,7 @@
- name: Set PS1 for prod rdu3 in /etc/profile.d
ansible.builtin.copy: >
src=setprodrdu3ps1.sh
dest="/etc/profile.d/setprodrud3ps1.sh"
dest="/etc/profile.d/setprodrdu3ps1.sh"
owner=root
group=root
mode=0644