From: Morgan Haskel Date: Mon, 23 Mar 2015 17:55:13 +0000 (-0400) Subject: (MODULES-1156, MODULES-769) Remove unnecessary anchors X-Git-Tag: 2.0.0~11^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=911c4de90fc493e4449d42a1ed6ea0e40925b330;hp=911c4de90fc493e4449d42a1ed6ea0e40925b330;p=puppet-modules%2Fpuppetlabs-apt.git (MODULES-1156, MODULES-769) Remove unnecessary anchors `apt::ppa` and `apt::setting` don't actually include `apt::update` so anchors are unnecessary. Move `apt` to use contain instead of anchors, since it wasn't anchoring properly anyways. Update the tests to make sure it can have settings and ppas depending on each other without cycles. ---