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

Puppet 4 functions #373

Merged
merged 2 commits into from
Jan 7, 2020
Merged

Conversation

binford2k
Copy link
Contributor

recreated #372 with a fork

@codecov-io
Copy link

Codecov Report

Merging #373 into master will decrease coverage by 5.19%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #373     +/-   ##
=========================================
- Coverage   89.26%   84.06%   -5.2%     
=========================================
  Files           9       10      +1     
  Lines         596      634     +38     
=========================================
+ Hits          532      533      +1     
- Misses         64      101     +37
Impacted Files Coverage Δ
...ib/puppet/functions/inifile/create_ini_settings.rb 0% <0%> (ø)
lib/puppet/type/ini_subsetting.rb 98.52% <0%> (+1.47%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3266fd4...d3b9cd1. Read the comment docs.

@david22swan david22swan merged commit cd980ac into puppetlabs:master Jan 7, 2020
alexjfisher added a commit to alexjfisher/puppetlabs-inifile that referenced this pull request Mar 3, 2020
In puppetlabs#373 the
`create_ini_settings` function was ported to the new function API and
namespaced. The boilerplate wasn't fixed up and the function didn't even
work...

This commit finishes the conversion with the following changes:

* Remove the old API `puppet/parser/function` version.
* Create a replacement non-namespaced, (but deprecated), new API shim
that calls the namespaced version.
* Replace argument validation in the function code with data-type based
validation for the individual function parameters.
* Use `call_function` instead of `function_create_resources`.
* Update the README and REFERENCE.md files.
* Test both shim and namespaced version of the function.
alexjfisher added a commit to alexjfisher/puppetlabs-inifile that referenced this pull request Mar 3, 2020
In puppetlabs#373 the
`create_ini_settings` function was ported to the new function API and
namespaced. The boilerplate wasn't fixed up and the function didn't even
work...

This commit finishes the conversion with the following changes:

* Remove the old API `puppet/parser/function` version.
* Create a replacement non-namespaced, (but deprecated), new API shim
that calls the namespaced version.
* Replace argument validation in the function code with data-type based
validation for the individual function parameters.
* Use `call_function` instead of `function_create_resources`.
* Update the README and REFERENCE.md files.
* Test both shim and namespaced version of the function.
cegeka-jenkins pushed a commit to cegeka/puppet-inifile that referenced this pull request Aug 5, 2021
In puppetlabs#373 the
`create_ini_settings` function was ported to the new function API and
namespaced. The boilerplate wasn't fixed up and the function didn't even
work...

This commit finishes the conversion with the following changes:

* Remove the old API `puppet/parser/function` version.
* Create a replacement non-namespaced, (but deprecated), new API shim
that calls the namespaced version.
* Replace argument validation in the function code with data-type based
validation for the individual function parameters.
* Use `call_function` instead of `function_create_resources`.
* Update the README and REFERENCE.md files.
* Test both shim and namespaced version of the function.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants