-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
|
i wonder if that's a regression in puppet-archive 1.0.0? |
|
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
This fails:
Error: Could not set 'present' on ensure: missing archive extract_path at 24:/modules/mysql_java_connector/manifests/install.ppWhen I add
It works correctly.
The text was updated successfully, but these errors were encountered: