We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
chef-automate
1 parent 015828c commit 569e35fCopy full SHA for 569e35f
resources/automatev2.rb
@@ -45,7 +45,7 @@
45
execute "/usr/local/bin/chef-automate deploy #{Chef::Config[:file_cache_path]}/config.toml#{' --accept-terms-and-mlsa' if new_resource.accept_license}" do
46
cwd Chef::Config[:file_cache_path]
47
only_if { FileTest.file?("#{Chef::Config[:file_cache_path]}/config.toml") }
48
- not_if 'chef-automate service-versions'
+ not_if '/usr/local/bin/chef-automate service-versions'
49
end
50
51
file "#{Chef::Config[:file_cache_path]}/custom_config.toml" do
0 commit comments