lib/beaker/dsl/install_utils.rb in beaker-1.9.1 vs lib/beaker/dsl/install_utils.rb in beaker-1.10.0

- old
+ new

@@ -452,10 +452,10 @@ if ! host.check_for_package 'curl' on host, 'apt-get install -y curl' end on host, 'curl -O http://apt.puppetlabs.com/puppetlabs-release-$(lsb_release -c -s).deb' on host, 'dpkg -i puppetlabs-release-$(lsb_release -c -s).deb' - on host, 'apt-get -y -f -m update' + on host, 'apt-get update' on host, 'apt-get install -y puppet' else raise "install_puppet() called for unsupported platform '#{host['platform']}' on '#{host.name}'" end end