Closed danfruehauf closed 10 years ago
Running git clone and su and also running exec as the owner passed does not work as the owner might not be able to su to himself. But either way a su wrapper is not needed as puppet takes care of that.
git clone
su
exec
Running
git clone
andsu
and also runningexec
as the owner passed does not work as the owner might not be able tosu
to himself. But either way asu
wrapper is not needed as puppet takes care of that.