X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=spec%2Fdefines%2Fsource_spec.rb;h=32aa6c8dcb11d8ceae4c74857c5320acacdd50b0;hb=37a0dcd0b63ab5420420ffe988cce49eb5e01c73;hp=0f37f6367bcbd761d966fe448caf18ea9dd71163;hpb=62d4557db613a745dd7f463df7c3b7a2df357754;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/spec/defines/source_spec.rb b/spec/defines/source_spec.rb index 0f37f63..32aa6c8 100644 --- a/spec/defines/source_spec.rb +++ b/spec/defines/source_spec.rb @@ -114,7 +114,8 @@ describe 'apt::source', :type => :define do should contain_exec("Required packages: '#{param_hash[:required_packages]}' for #{title}").with({ "command" => "/usr/bin/apt-get -y install #{param_hash[:required_packages]}", "subscribe" => "File[#{title}.list]", - "refreshonly" => true + "refreshonly" => true, + "before" => 'Exec[apt_update]', }) else should_not contain_exec("Required packages: '#{param_hash[:required_packages]}' for #{title}").with({