summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaymala Sinha <jsinha@chef.io>2016-10-20 11:58:23 -0400
committerJaymala Sinha <jsinha@chef.io>2016-10-20 22:05:53 -0400
commitd20d390460a0aa1db5d8a1b9b599b67b8ae18266 (patch)
tree929af585c4dd79fb7d4fbb92719b444ee80acf40
parentec534aa0fce2c0199bf622a06eeb2c291185cdee (diff)
downloadchef-jsinha/BEN-123-IPS-LINKS.tar.gz
[BEN-123] IPS package should create command symlinksjsinha/BEN-123-IPS-LINKS
-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