diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-01-24 13:05:44 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-01-24 13:05:44 -0200 |
commit | 931671e315b9fe3722058f1474dca3f11aa7b86a (patch) | |
tree | 79fd133c02a3e84894e3b3397d391d60ec8c1d0b /files/root/profile | |
parent | d990fed47634835c5f7e5ddfadacb9a764b2c678 (diff) | |
download | puppet-nodo-931671e315b9fe3722058f1474dca3f11aa7b86a.tar.gz puppet-nodo-931671e315b9fe3722058f1474dca3f11aa7b86a.tar.bz2 |
Adding nodo::subsystem::profile::vagrant
Diffstat (limited to 'files/root/profile')
-rw-r--r-- | files/root/profile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/files/root/profile b/files/root/profile new file mode 100644 index 0000000..c6a802a --- /dev/null +++ b/files/root/profile @@ -0,0 +1,10 @@ +# ~/.profile: executed by Bourne-compatible login shells. + +if [ "$BASH" ]; then + if [ -f ~/.bashrc ]; then + . ~/.bashrc + fi +fi + +# See https://github.com/mitchellh/vagrant/issues/1673 +tty -s && mesg n |