diff options
author | elijah <elijah@riseup.net> | 2012-11-04 01:20:32 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-11-04 01:20:32 -0800 |
commit | 05f4f6944e8b44ea92eaf55c7368261478ee41ea (patch) | |
tree | b29f9d8c7dd1a4fd51e37565191193c0ca7b0729 /lib/leap_cli/remote/tasks.rb | |
parent | 38151e6b250e0455a02d9601fadbf6206df34430 (diff) |
remove sudo calls
Diffstat (limited to 'lib/leap_cli/remote/tasks.rb')
-rw-r--r-- | lib/leap_cli/remote/tasks.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/leap_cli/remote/tasks.rb b/lib/leap_cli/remote/tasks.rb index 1b15f6b..9e89dba 100644 --- a/lib/leap_cli/remote/tasks.rb +++ b/lib/leap_cli/remote/tasks.rb @@ -14,8 +14,8 @@ end task :install_prerequisites, :max_hosts => MAX_HOSTS do run "mkdir -p #{puppet_destination}" - run "#{sudo} apt-get update" - run "#{sudo} apt-get install -y puppet ruby-hiera-puppet rsync" + run "apt-get update" + run "apt-get install -y puppet ruby-hiera-puppet rsync" end #task :update_platform, :max_hosts => MAX_HOSTS do |