From dbb8b2a417d8de3d981fb1e3d3a20e229289abc7 Mon Sep 17 00:00:00 2001 From: Allan Espinosa Date: Thu, 12 Jun 2014 21:04:36 +0900 Subject: Install on ArchLinux as a system gem explicitly --- lib/chef/knife/bootstrap/archlinux-gems.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/chef/knife/bootstrap/archlinux-gems.erb b/lib/chef/knife/bootstrap/archlinux-gems.erb index c4f4eca789..ab2aa7a7f1 100644 --- a/lib/chef/knife/bootstrap/archlinux-gems.erb +++ b/lib/chef/knife/bootstrap/archlinux-gems.erb @@ -5,8 +5,8 @@ if [ ! -f /usr/bin/chef-client ]; then pacman -Syy pacman -S --noconfirm ruby ntp base-devel ntpdate -u pool.ntp.org - gem install ohai --no-rdoc --no-ri --verbose - gem install chef --no-rdoc --no-ri --verbose <%= bootstrap_version_string %> + gem install ohai --no-user-install --no-document --verbose + gem install chef --no-user-install --no-document --verbose <%= bootstrap_version_string %> fi mkdir -p /etc/chef -- cgit v1.2.1