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

"extract_path" is required #11

Closed
rvdh opened this issue Jun 29, 2016 · 2 comments
Closed

"extract_path" is required #11

rvdh opened this issue Jun 29, 2016 · 2 comments

Comments

@rvdh
Copy link

rvdh commented Jun 29, 2016

class { 'mysql_java_connector':
  links   => [ "${jira_target}/lib" ],
  version => '5.1.36',
}

This fails:
Error: Could not set 'present' on ensure: missing archive extract_path at 24:/modules/mysql_java_connector/manifests/install.pp

When I add

Archive {
  extract_path => '/tmp'
}
class { 'mysql_java_connector':
  links   => [ "${jira_target}/lib" ],
  version => '5.1.36',
}

It works correctly.

@igalic
Copy link
Contributor

igalic commented Aug 3, 2016

i wonder if that's a regression in puppet-archive 1.0.0?

@tykeal
Copy link

tykeal commented Oct 5, 2016

If it is, it's still affecting puppet-archive 1.1.2. I just ran into this myself after adding this module to manage in the connector for use with puppet-confluence.

alexjfisher added a commit to alexjfisher/puppet-mysql_java_connector that referenced this issue Oct 5, 2016
Fixes voxpupuli#11

`Error: Could not set 'present' on ensure: missing archive extract_path
at 24:/modules/mysql_java_connector/manifests/install.pp`

Also add missing `puppet/archive` dependency.
alexjfisher added a commit to alexjfisher/puppet-mysql_java_connector that referenced this issue Oct 5, 2016
Fixes voxpupuli#11

`Error: Could not set 'present' on ensure: missing archive extract_path
at 24:/modules/mysql_java_connector/manifests/install.pp`

Also add missing `puppet/archive` dependency.

Signed-off-by: Alexander Fisher <alex@linfratech.co.uk>
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

3 participants