파일 (/ 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"
}