Sha256: 084f09e56529e14e9ba91380b855aab8fadd32e6ddd364ca82d5619071f25e69

Contents?: true

Size: 502 Bytes

Versions: 3

Compression:

Stored size: 502 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:${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

3 entries across 3 versions & 1 rubygems

Version Path
cloud-mu-2.0.4 cookbooks/mu-master/templates/default/mu.rc.erb
cloud-mu-2.0.3 cookbooks/mu-master/templates/default/mu.rc.erb
cloud-mu-2.0.2 cookbooks/mu-master/templates/default/mu.rc.erb