Sha256: 16db6fb5715a1db51e55ab9204a0e8ce327df6cc31450853fd0c937f22d344e7
Contents?: true
Size: 197 Bytes
Versions: 15
Compression:
Stored size: 197 Bytes
Contents
task :chef do on release_roles :all do execute <<-CMD.strip if [ -x /usr/local/bin/run-bootstrapped-chef ]; then sudo run-bootstrapped-chef; else sudo chef-client; fi CMD end end
Version data entries
15 entries across 15 versions & 1 rubygems