Je veux uniquement exécuter la commande suivante lorsque le fichier (/ usr / local / bin / papply) n'existe pas. Je ne sais pas quoi y mettre.
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"
}