Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chef Cookbooks
ubuntu_base
Commits
4db9b967
Commit
4db9b967
authored
Apr 25, 2015
by
Stefan Galinski
🎮
Browse files
[TASK] Remove unused wrapper script
parent
ec3cc249
Changes
1
Hide whitespace changes
Inline
Side-by-side
recipes/default.rb
View file @
4db9b967
...
...
@@ -31,9 +31,9 @@ data_bag = data_bag_item('apps', 'global')
include_recipe
'locales'
include_recipe
'ssh_known_hosts'
#######################################
### Install some additonal packages ###
#######################################
#######################################
#
### Install some addit
i
onal packages ###
#######################################
#
include_recipe
'apt'
include_recipe
'vim'
...
...
@@ -132,17 +132,6 @@ template '/home/vagrant/.gitconfig' do
)
end
#######################################################
### Add ssh wrapper scripts for git and other tools ###
#######################################################
file
'/home/vagrant/ssh_wrapper.sh'
do
owner
'vagrant'
group
'vagrant'
mode
'0755'
content
"#!/bin/sh
\n
exec /usr/bin/ssh -o
\"
StrictHostKeyChecking=no
\"
-i /home/vagrant/.ssh/id_rsa
\"
$@
\"
"
end
###################
### Add locales ###
###################
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment