Sha256: 7e8100400904f2f6dc14c5cd87d5fb10170c5433df87947646a103636357ee00
Contents?: true
Size: 532 Bytes
Versions: 27
Compression:
Stored size: 532 Bytes
Contents
# bash/sh environment support for Mu tools. Intended for the system (root) # user. Regular users get a .murc installed by mu-user-manage, from the template # in <%= @installdir %>/lib/install/user-dot-murc.erb export PATH="<%= @installdir %>/bin:/usr/local/ruby-current/bin:/usr/local/python-current/bin:${PATH}:/opt/opscode/embedded/bin" export MU_INSTALLDIR="<%= @installdir %>" export MU_DATADIR="<%= @installdir %>/var" <% if @repos %> export ADDTL_CHEF_REPOS="<%= @repos.join(" ") %>" <% end %> alias vi=vim export EDITOR=vim
Version data entries
27 entries across 27 versions & 1 rubygems