diff options
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/resources/chef/ips/symlinks.erb | 6 |
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 |