-
Notifications
You must be signed in to change notification settings - Fork 21
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
tp::install is failing when defining configuration file source in conf_hash #70
Comments
@findmyname666 curious case, maybe due to custom tinydata. |
Hi @alvagante , |
@findmyname666 oh , you're right, the problem is here: https://github.com/example42/puppet-tp/blob/master/manifests/install.pp#L294 . |
|
@findmyname666 can you please check if 6157efa fixes the issue? |
Hi @alvagante , busy time ! sorry to don't get back to you ...
|
Good catch @findmyname666 , and good that someone is using custom tinydata. |
@alvagante can you publish it on forge? |
@findmyname666 pushed version 2.4.2 |
Expected Behavior
To Create configuration file.
Actual Behavior
The code is failing on:
With added logging:
We can see that there are really source and content in var $file_params but content is empty.
Steps to Reproduce the Problem
When i change ensure to present everything works + when i passed ensure to conf_hash:
FYI my tinydata:
Specifications
Please add this info:
The text was updated successfully, but these errors were encountered: