Sha256: 419a2873fa545f3f64ccb7be15eae2e1756ac14a3917f80097543a8d42723df7

Contents?: true

Size: 978 Bytes

Versions: 7

Compression:

Stored size: 978 Bytes

Contents

#
# Cookbook Name:: rvm
# Recipe:: vagrant
#
# Copyright 2011, Fletcher Nichol
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

template "/usr/local/bin/chef-client" do
  source    "vagrant-chef-client-wrapper.erb"
  owner     "root"
  group     "root"
  mode      "0755"
end

template "/usr/local/bin/chef-solo" do
  source    "vagrant-chef-solo-wrapper.erb"
  owner     "root"
  group     "root"
  mode      "0755"
end

group "rvm" do
  members ["vagrant"]
  append  true
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
from-scratch-0.7.0 cookbooks/rvm/recipes/vagrant.rb
from-scratch-0.6.0 cookbooks/rvm/recipes/vagrant.rb
from-scratch-0.5.0 cookbooks/rvm/recipes/vagrant.rb
from-scratch-0.3.0 cookbooks/rvm/recipes/vagrant.rb
from-scratch-0.2.0 cookbooks/rvm/recipes/vagrant.rb
from-scratch-0.1.1 cookbooks/rvm/recipes/vagrant.rb
from-scratch-0.1.0 cookbooks/rvm/recipes/vagrant.rb