From: elijah Date: Sat, 27 Oct 2012 20:25:51 +0000 (-0700) Subject: install ruby-hiera-puppet when doing init-node X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=20fd81ee91e44b3812d1aea0b45d0e7429b16d02;p=leap%2Fleap_cli.git install ruby-hiera-puppet when doing init-node --- 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