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

Version Path
cloud-mu-3.6.10 cookbooks/mu-master/templates/default/mu.rc.erb
cloud-mu-3.6.9 cookbooks/mu-master/templates/default/mu.rc.erb
cloud-mu-3.6.8 cookbooks/mu-master/templates/default/mu.rc.erb
cloud-mu-3.6.7 cookbooks/mu-master/templates/default/mu.rc.erb
cloud-mu-3.6.5 cookbooks/mu-master/templates/default/mu.rc.erb
cloud-mu-3.6.4 cookbooks/mu-master/templates/default/mu.rc.erb
cloud-mu-3.6.3 cookbooks/mu-master/templates/default/mu.rc.erb
cloud-mu-3.5.1 cookbooks/mu-master/templates/default/mu.rc.erb
cloud-mu-3.5.0 cookbooks/mu-master/templates/default/mu.rc.erb
cloud-mu-3.4.0 cookbooks/mu-master/templates/default/mu.rc.erb
cloud-mu-3.3.2 cookbooks/mu-master/templates/default/mu.rc.erb
cloud-mu-3.3.1 cookbooks/mu-master/templates/default/mu.rc.erb
cloud-mu-3.3.0 cookbooks/mu-master/templates/default/mu.rc.erb
cloud-mu-3.2.0 cookbooks/mu-master/templates/default/mu.rc.erb
cloud-mu-3.1.6 cookbooks/mu-master/templates/default/mu.rc.erb
cloud-mu-3.1.5 cookbooks/mu-master/templates/default/mu.rc.erb
cloud-mu-3.1.4 cookbooks/mu-master/templates/default/mu.rc.erb
cloud-mu-3.1.3 cookbooks/mu-master/templates/default/mu.rc.erb
cloud-mu-3.1.2 cookbooks/mu-master/templates/default/mu.rc.erb
cloud-mu-3.1.2beta2 cookbooks/mu-master/templates/default/mu.rc.erb