summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--omnibus/config/projects/chef.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/omnibus/config/projects/chef.rb b/omnibus/config/projects/chef.rb
index 3d92d290a0..add17e1473 100644
--- a/omnibus/config/projects/chef.rb
+++ b/omnibus/config/projects/chef.rb
@@ -54,7 +54,7 @@ dependency "preparation"
# All actual dependencies are in chef-complete, so that the addition
# or removal of a dependency doesn't dirty the entire project file
-dependency "chef-complete"
+#dependency "chef-complete"
package :rpm do
signing_passphrase ENV["OMNIBUS_RPM_SIGNING_PASSPHRASE"]
@@ -75,8 +75,7 @@ package :msi do
wix_candle_extension "WixUtilExtension"
wix_light_extension "WixUtilExtension"
signing_identity "F74E1A68005E8A9C465C3D2FF7B41F3988F0EA09", machine_store: true
- parameters ChefLogDllPath: windows_safe_path(gem_path("chef-[0-9]*-mingw32/ext/win32-eventlog/chef-log.dll")),
- ProjectLocationDir: project_location_dir
+ parameters ProjectLocationDir: project_location_dir
end
package :appx do