We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59ee6b commit ede462eCopy full SHA for ede462e
jobs/jumpbox/spec
@@ -9,6 +9,7 @@ templates:
9
bin/watcher: bin/watcher
10
config/banner: config/banner
11
config/bashrc: config/bashrc
12
+ config/vimrc: config/vimrc
13
14
properties:
15
jumpbox.hostname:
jobs/jumpbox/templates/bin/jumpbox_ctl
@@ -5,6 +5,7 @@ set -e
5
rm -f /etc/profile.d/jumpbox.sh
6
rm -f /etc/skel/.bashrc
7
cp /var/vcap/jobs/jumpbox/config/bashrc /etc/bash.bashrc
8
+cp /var/vcap/jobs/jumpbox/config/vimrc /usr/share/vim/vimrc
source /var/vcap/jobs/jumpbox/config/bashrc
pidfile=/var/vcap/sys/run/jumpbox/watcher.pid
0 commit comments