1

I installed puppet client in ubuntu and I am trying to execute my nexus artifact puppet and deployment files after hudson release process without root access.

How to execute "puppet apply" command without root access in ubuntu ?

Kenshin
  • 1,030
  • 2
  • 12
  • 41

1 Answers1

0

depends on what you want to do with puppet apply, if you want to edit root owned file/operation, then you need sudo

A.Elnaggar
  • 240
  • 1
  • 2
  • 12