]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commit - manifests/params.pp
Created a params class to hold global data.
authorDan Bode <dan@puppetlabs.com>
Mon, 30 May 2011 17:18:13 +0000 (10:18 -0700)
committerDan Bode <dan@puppetlabs.com>
Mon, 30 May 2011 17:24:58 +0000 (10:24 -0700)
commitd8a1e4ee9d97a956c1823d644c715e98d9c5d27f
tree2f57a9650454db81ced183e718de5b0384e61e0f
parent636ae8541dd99372f08177fca74a5d8e1ed3c607
Created a params class to hold global data.

- Removes coupling between global data and
  resources from apt class.
- Makes it easier to organize things into stages.
manifests/init.pp
manifests/params.pp [new file with mode: 0644]
manifests/pin.pp
manifests/release.pp
manifests/source.pp