Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dkowis
Created June 16, 2014 01:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkowis/ec5aac15e927a9a59083 to your computer and use it in GitHub Desktop.
Save dkowis/ec5aac15e927a9a59083 to your computer and use it in GitHub Desktop.
puppet agent output:
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install java' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package java
Error: /Stage[main]/Java/Package[java]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install java' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package java
relevant bits of manifest:
class{'java':
distribution => 'jdk',
version => 'present',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment