Debug School

Rajesh
Rajesh

Posted on

Cloning GIT repository

git 'gitclone' do
remote 'origin'
repository 'https://github.com/devopsschool-training-notes/Chef-Barclayd-capgemini-2022
user 'root'
action :sync
end

Top comments (0)