Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid parameter key_source on Apt::Source[zabbix] at /etc/puppet/environments/myenv/modules/zabbix/manifests/repo.pp:144 on node XXXXX #101

Closed
drthornt opened this issue Jun 22, 2015 · 9 comments

Comments

@drthornt
Copy link

I'm having an interesting error.

According to the docs I don't need to add anything more than:

class { 'zabbix::agent':
server => 'ipaddress',
}

which I did.

Here is the code snippet:

  'ubuntu' : {
    apt::source { 'zabbix':
      location   => "http://repo.zabbix.com/zabbix/${zabbix_version}/ubuntu/",
      release    => $ubuntu,
      repos      => 'main',
      key        => 'FBABD5FB20255ECAB22EE194D13D58E479EA5ED4',
      key_source => 'http://repo.zabbix.com/zabbix-official-repo.key',
    }
  • my version is 1.5.0
  • I'm using ubuntu
  • I'm using puppetlabs/apt 2.0.1 which I think is the root of the problem.

Are you using an "old" apt::source definition?

David Thornton

@irenegarvin
Copy link

Had the same issues and needed to downgrade apt to 1.8 to get it working again.

@irenegarvin
Copy link

apt patched.. going to test with the update 2.1.0

@dj-wasabi
Copy link
Contributor

Does the 2.1.0 version work?

@irenegarvin
Copy link

sorry for missing this response, after the apt patch, everything worked fine.

@luiszandonadi
Copy link

i've the same problem, but im using debian wheezy

@dj-wasabi
Copy link
Contributor

Hi @luiszandonadi

What version of the yum module are you using?

@Oyabi
Copy link
Contributor

Oyabi commented Oct 26, 2015

+1 I have exactly the same error on a Debian 8.2 server.
├── puppetlabs-apt (v2.2.0)
└── wdijkerman-zabbix (v1.6.0)
It's really weird because sometime all is fine and zabbix is installed without error message, and sometine not.
Regards.

@ericsysmin
Copy link
Contributor

@dj-wasabi I believe you can close this, looks like edits required were already performed.

@dj-wasabi
Copy link
Contributor

Will close the issue. It can always be reopened again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants