From e0471e278c3baf7fc74f288281c7219cbcf0172c Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 8 Nov 2012 18:17:17 -0800 Subject: remove apt-get warnings when running init-node --- lib/leap_cli/remote/tasks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/leap_cli/remote/tasks.rb') diff --git a/lib/leap_cli/remote/tasks.rb b/lib/leap_cli/remote/tasks.rb index 9e89dba..e8c4088 100644 --- a/lib/leap_cli/remote/tasks.rb +++ b/lib/leap_cli/remote/tasks.rb @@ -15,7 +15,7 @@ end task :install_prerequisites, :max_hosts => MAX_HOSTS do run "mkdir -p #{puppet_destination}" run "apt-get update" - run "apt-get install -y puppet ruby-hiera-puppet rsync" + run "DEBIAN_FRONTEND=noninteractive apt-get -q -y -o DPkg::Options::=--force-confold install puppet ruby-hiera-puppet rsync" end #task :update_platform, :max_hosts => MAX_HOSTS do -- cgit v1.2.3