Skip to content
Snippets Groups Projects
Commit 5a31f248 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[BUGFIX] Use ssh:// instead of git:// to fetch webgrind

parent 37b15420
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ directory node['webgrind']['install_path'] do
end
git node['webgrind']['install_path'] do
repository 'git://github.com/jokkedk/webgrind.git'
repository 'ssh://git@github.com/jokkedk/webgrind.git'
revision 'master'
action :sync
end
......@@ -81,4 +81,4 @@ execute "a2ensite #{webgrind_hostname}.conf"
service 'apache2' do
action :restart
end
\ No newline at end of file
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment