summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2016-11-01 17:45:42 +0000
committerGitHub <noreply@github.com>2016-11-01 17:45:42 +0000
commitcfb6e4066dd74b545a89cb51c4d20b312b396f1d (patch)
tree9b5de1150d12bce6a22fe4fef87ad89eda4e3965
parentd2d180bef3b4f3f999cb70525b32cc993c63a426 (diff)
parent42766ae4e01de7655367e76cb8de4d5ec733b560 (diff)
downloadchef-cfb6e4066dd74b545a89cb51c4d20b312b396f1d.tar.gz
Merge pull request #5485 from chef/jsinha/BEN-123-IPSFIX
[BEN-123] Fix IPS package must create symlinks to package commands
-rw-r--r--omnibus/resources/chef/ips/symlinks.erb6
1 files changed, 6 insertions, 0 deletions
diff --git a/omnibus/resources/chef/ips/symlinks.erb b/omnibus/resources/chef/ips/symlinks.erb
new file mode 100644
index 0000000000..419d52ddf7
--- /dev/null
+++ b/omnibus/resources/chef/ips/symlinks.erb
@@ -0,0 +1,6 @@
+link path=usr/bin/chef-solo target=<%= projectdir %>/bin/chef-solo
+link path=usr/bin/chef-client target=<%= projectdir %>/bin/chef-client
+link path=usr/bin/chef-apply target=<%= projectdir %>/bin/chef-apply
+link path=usr/bin/chef-shell target=<%= projectdir %>/bin/chef-shell
+link path=usr/bin/knife target=<%= projectdir %>/bin/knife
+link path=usr/bin/ohai target=<%= projectdir %>/bin/ohai