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
deleted file mode 100644 (file)
index e4bb8db..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# ~/.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: