4
kukla sadece dosya mevcut değilse çalıştır
Yalnızca dosya (/ usr / local / bin / papply) mevcut olmadığında aşağıdaki komutu yürütmek istiyorum. oraya ne koyacağından emin değilim. 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" …
11
puppet