puppet-php icon indicating copy to clipboard operation
puppet-php copied to clipboard

apt::source not working

Open lyssar opened this issue 10 years ago • 6 comments

Hey guys, I run into the following error: Error: Invalid parameter include_src

I already installed https://github.com/puppetlabs/puppetlabs-apt but the called function apt::source does not have a parameter called include_src How can I fix this?

regards, cefuroX

lyssar avatar May 23 '15 18:05 lyssar

Did you manage to resolve this issue?

brandfocus avatar Jun 09 '15 14:06 brandfocus

Nope I switched back to my own setup, tried to fix this for 3 days, no solution yet sorry!

lyssar avatar Jun 09 '15 14:06 lyssar

Managed to get it to work using puppetlabs/apt 1.8.0

brandfocus avatar Jun 09 '15 15:06 brandfocus

should we pin to 1.8.0 for now, or move on to 2.0.0? if we do, we have to signal this with a major bump

igalic avatar Jul 30 '15 17:07 igalic

I'm okay with either

jippi avatar Jul 31 '15 07:07 jippi

This issue appears resolved as of this commit: https://github.com/puppetlabs/puppetlabs-apt/commit/396f308e6ad4798461a6471ee8bb8e764d8b03cb

In a Hiera YAML backend written against puppetlabs-apt (2.1.1) I am able to make the deprecation warning go away with this data structure:

apt::sources:
  percona:
    include:
        src: true

parhamr avatar Sep 30 '15 20:09 parhamr