ฉันต้องการคำสั่ง exec ต่อไปนี้เมื่อไม่มีไฟล์ (/ usr / local / bin / papply) ไม่แน่ใจว่าจะใส่อะไรดี
exec { 'git add url':
command =>'git remote add origin https://github.com/testing/puppet.git',
require => Exec['git init'],
cwd => '/home/vagrant/django',
user => 'vagrant',
onlyif => "not sure what to put here"
}