-
Notifications
You must be signed in to change notification settings - Fork 80
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
Problem with Debian packages #43
Comments
Hi, Can you also post your puppet code part? |
Sure: class { 'logstashforwarder': and in my module I created to contain my configs for my environment: class np-logstashforwarder { |
Hi. By the looks of it you don't enable the repo management part which sets up our official repo as source for the package. |
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install logstash-forwarder' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package logstash-forwarder
Error: /Stage[main]/Logstashforwarder::Package/Package[logstash-forwarder]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install logstash-forwarder' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package logstash-forwarder
The text was updated successfully, but these errors were encountered: