Solo quiero ejecutar el siguiente comando cuando el archivo (/ usr / local / bin / papply) no existe. No estoy seguro de qué poner allí.
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"
}