diff options
author | elijah <elijah@riseup.net> | 2012-11-08 18:17:17 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-11-08 18:17:17 -0800 |
commit | e0471e278c3baf7fc74f288281c7219cbcf0172c (patch) | |
tree | 104797e64061a0d8095539870bc821fd128556ad /lib | |
parent | c1fe1ef9193b1923c6e2c8f438fb6440e71eb9ad (diff) | |
download | leap_cli-e0471e278c3baf7fc74f288281c7219cbcf0172c.tar.gz leap_cli-e0471e278c3baf7fc74f288281c7219cbcf0172c.tar.bz2 |
remove apt-get warnings when running init-node
Diffstat (limited to 'lib')
-rw-r--r-- | lib/leap_cli/remote/tasks.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |