Sha256: cea8784de86f69d074f18a6893d04da36b51d4efe29bf3f160b73185a150a58f

Contents?: true

Size: 221 Bytes

Versions: 6

Compression:

Stored size: 221 Bytes

Contents

execute "sed -i -e 's| \\(http[^ ]\\+\\)| mirror://mirrors.ubuntu.com/mirrors.txt|g' /etc/apt/sources.list"

execute "apt-get update && touch /tmp/apt-get-updated" do
  not_if { File.exist?('/tmp/apt-get-updated') }
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
infrataster-plugin-mysql-0.2.1 spec/cookbooks/apt-mirror/recipes/default.rb
infrataster-plugin-mysql-0.2.0 spec/cookbooks/apt-mirror/recipes/default.rb
infrataster-plugin-mysql-0.1.3 spec/cookbooks/apt-mirror/recipes/default.rb
infrataster-plugin-mysql-0.1.2 spec/cookbooks/apt-mirror/recipes/default.rb
infrataster-plugin-mysql-0.1.1 spec/cookbooks/apt-mirror/recipes/default.rb
infrataster-plugin-mysql-0.1.0 spec/cookbooks/apt-mirror/recipes/default.rb