|
|
@@ -9,16 +9,16 @@ |
|
|
|
/etc/bash.bashrc: |
|
|
|
file.replace: |
|
|
|
- pattern: ".*PS1=.*" |
|
|
|
- repl: "# Prompt is set by /etc/profile.d/prompt.sh" |
|
|
|
- repl: ": # Prompt is set by /etc/profile.d/prompt.sh" |
|
|
|
|
|
|
|
/etc/skel/.bashrc: |
|
|
|
file.replace: |
|
|
|
- pattern: ".*PS1=.*" |
|
|
|
- repl: "# Prompt is set by /etc/profile.d/prompt.sh" |
|
|
|
- repl: ": # Prompt is set by /etc/profile.d/prompt.sh" |
|
|
|
|
|
|
|
/root/.bashrc: |
|
|
|
file.replace: |
|
|
|
- pattern: ".*PS1=.*" |
|
|
|
- repl: "# Prompt is set by /etc/profile.d/prompt.sh" |
|
|
|
- repl: ": # Prompt is set by /etc/profile.d/prompt.sh" |
|
|
|
|
|
|
|
{%- endif %} |