lib/supply_drop/tasks.rb in supply_drop-0.16.0 vs lib/supply_drop/tasks.rb in supply_drop-0.16.1

- old
+ new

@@ -41,10 +41,10 @@ namespace :puppetlabs do desc "setup the puppetlabs repo, then install via the normal method" task :ubuntu do run "echo deb http://apt.puppetlabs.com/ $(lsb_release -sc) main | #{sudo} tee /etc/apt/sources.list.d/puppet.list" - run "echo deb http://apt.puppetlabs.com/ $(lsb_release -sc) dependancies | #{sudo} tee -a /etc/apt/sources.list.d/puppet.list" + run "echo deb http://apt.puppetlabs.com/ $(lsb_release -sc) dependencies | #{sudo} tee -a /etc/apt/sources.list.d/puppet.list" run "#{sudo} apt-key adv --keyserver keyserver.ubuntu.com --recv 4BD6EC30" puppet.bootstrap.ubuntu end desc "setup the puppetlabs repo, then install via the normal method"