Adds apt::{conf,backports} and variable style.
authorCody Herriges <c.a.herriges@gmail.com>
Wed, 11 Apr 2012 21:54:13 +0000 (14:54 -0700)
committerCody Herriges <c.a.herriges@gmail.com>
Fri, 20 Apr 2012 20:35:27 +0000 (13:35 -0700)
commite5f2dfe294a563f5ebcec3d31949a81e1815db6e
tree30679a77fe449ebcab7b5f0a565077ac46e51238
parent482609fa39596f2cd743ff48516fdf339bc612fa
Adds apt::{conf,backports} and variable style.

  With the addition of this patch two new defines will be added; one to
  manage APT configuration files (apt::conf) and one that abstracts out the
  requirements needed to turn on backport repositories (apt::backports).

  In addition, the patch takes the opportunity to clean up variable
  definitions so they follow a consistent pattern of setting local
  variables to the fully qualified value stored in the apt::params
  class.  Previously all variable used within a class directly addressed
  the apt::params namespace when ever the variable was used.  In the
  pattern they now adhere to we can more easily switch the namespace
  data lives in or externalize it even more using hiera.
manifests/backports.pp [new file with mode: 0644]
manifests/conf.pp [new file with mode: 0644]
manifests/debian/testing.pp
manifests/debian/unstable.pp
manifests/force.pp
manifests/init.pp
manifests/params.pp
manifests/pin.pp
manifests/ppa.pp
manifests/release.pp
manifests/source.pp