Pass the user and group to the git resource

The clone is done by root otherwise
This commit is contained in:
Greg Karékinian 2017-04-28 12:00:22 +02:00
parent 4fb5390f9b
commit 8ba12e1ba2

View File

@ -38,6 +38,8 @@ application hal8000_path do
group "hubot"
git do
user "hubot"
group "hubot"
repository "https://github.com/67P/hal8000.git"
revision "master"
end
@ -120,6 +122,8 @@ application botka_freenode_path do
group "hubot"
git do
user "hubot"
group "hubot"
repository "https://github.com/67P/botka.git"
revision "master"
end