puppet 4 foo
[mirror/dsa-puppet.git] / modules / debian_org / files / root-dotfiles / profile
diff --git a/modules/debian_org/files/root-dotfiles/profile b/modules/debian_org/files/root-dotfiles/profile
new file mode 100644 (file)
index 0000000..e4bb8db
--- /dev/null
@@ -0,0 +1,17 @@
+# ~/.profile: executed by Bourne-compatible login shells.
+
+## THIS FILE IS UNDER PUPPET CONTROL.
+## LOCAL CHANGES WILL BE OVERWRITTEN.
+
+if [ "$BASH" ]; then
+  if [ -f ~/.bashrc ]; then
+    . ~/.bashrc
+  fi
+  if [ "$PS1" ]; then
+    PS1='${debian_chroot:+[$debian_chroot] }\h:\w\$ '
+  fi
+fi
+
+mesg n
+
+# vim: set ft=sh ts=2 sw=2 et ai si: