add bashrc

This commit is contained in:
root
2019-06-15 00:22:17 -04:00
parent 88b4aab7d6
commit 2a16ef4a63
5 changed files with 97 additions and 1 deletions

View File

@@ -15,6 +15,14 @@
- require:
- file: /root/.ssh
/root/.bashrc:
file.managed:
- source: 'salt://ssh/files/bashrc.jinja'
- template: jinja
- user: root
- group: root
- mode: 644
/root/.ssh/config:
file.managed:
- source: 'salt://ssh/files/ssh_config.jinja'
@@ -62,3 +70,4 @@
- file: /home/{{user}}/.ssh
{% endfor %}