From: TP Honey Date: Mon, 14 Dec 2015 11:27:00 +0000 (+0000) Subject: Merge pull request #577 from syseleven/pp-2587 X-Git-Tag: 2.2.2~10 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=caf5f7a6976004e80e48631687105ba329ec4366;hp=6698cbe94bffec8469fe82b8dfafffe2ee3e6089;p=puppet-modules%2Fpuppetlabs-apt.git Merge pull request #577 from syseleven/pp-2587 fix whitespace in source.list --- diff --git a/README.md b/README.md index 5ab4275..cfad084 100644 --- a/README.md +++ b/README.md @@ -467,12 +467,14 @@ Manages the GPG keys that Apt uses to authenticate packages. This module is tested and officially supported on Debian 6 and 7 and Ubuntu 10.04, 12.04, and 14.04. Testing on other platforms has been light and cannot be guaranteed. +This module is not designed to be split across [run stages](https://docs.puppetlabs.com/puppet/latest/reference/lang_run_stages.html). + ### Adding new sources or PPAs If you are adding a new source or PPA and trying to install packages from the new source or PPA on the same Puppet run, your `package` resource should depend on `Class['apt::update']`, in addition to depending on the `Apt::Source` or the `Apt::Ppa`. You can also add [collectors](https://docs.puppetlabs.com/puppet/latest/reference/lang_collectors.html) to ensure that all packages happen after `apt::update`, but this can lead to dependency cycles and has implications for [virtual resources](https://docs.puppetlabs.com/puppet/latest/reference/lang_collectors.html#behavior). ~~~puppet -Class['apt::update'] -> Package<| |> +Class['apt::update'] -> Package <| provider == 'apt' |> ~~~ ## Development