]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commit - manifests
Inheritance of apt::params means it can't be private
authorMorgan Haskel <morgan@puppetlabs.com>
Wed, 11 Mar 2015 00:13:31 +0000 (17:13 -0700)
committerMorgan Haskel <morgan@puppetlabs.com>
Wed, 11 Mar 2015 00:16:43 +0000 (17:16 -0700)
commit79db539f336942ef3dda7ceb4bea7595f3b0eb70
tree47b878196dd66578f17bf332c4008c1fa9f54aec
parent481846b030e9ea3783ed6ecdac47f1f9a370ccd8
Inheritance of apt::params means it can't be private

Otherwise, if another module has `class { 'apt': }` in it everything
fails, as `$caller_module_name` will be the other module name.
manifests/params.pp