From 20fd81ee91e44b3812d1aea0b45d0e7429b16d02 Mon Sep 17 00:00:00 2001 From: elijah Date: Sat, 27 Oct 2012 13:25:51 -0700 Subject: install ruby-hiera-puppet when doing init-node --- lib/leap_cli/remote/tasks.rb | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'lib/leap_cli/remote') diff --git a/lib/leap_cli/remote/tasks.rb b/lib/leap_cli/remote/tasks.rb index e524133..1b15f6b 100644 --- a/lib/leap_cli/remote/tasks.rb +++ b/lib/leap_cli/remote/tasks.rb @@ -13,13 +13,9 @@ task :install_authorized_keys, :max_hosts => MAX_HOSTS do end task :install_prerequisites, :max_hosts => MAX_HOSTS do - puppet.bootstrap.ubuntu - # - # runs this: - # run "mkdir -p #{puppet_destination}" - # run "#{sudo} apt-get update" - # run "#{sudo} apt-get install -y puppet rsync" - # + run "mkdir -p #{puppet_destination}" + run "#{sudo} apt-get update" + run "#{sudo} apt-get install -y puppet ruby-hiera-puppet rsync" end #task :update_platform, :max_hosts => MAX_HOSTS do -- cgit v1.2.3