-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
replace toml templates with toml-rb gem #80
Conversation
|
Thanks for this @nrdmn - this looks like the most sensible way forward. I'll see about fixing those tests, and then this would be ideal for v2.0 of the module. |
|
There's some functionality that we require (like having multiple inputs of the same type in hiera) that I am working on adding. It looks like this PR solves that and much more. Looking forward to seeing this in a new version. |
|
@nrdmn I created a PR for your branch that may fix the spec tests and also added plugin_type through hiera so we can have the same input/output multiple times. |
|
The ball is in @nrdmn's court. I issued a pull request to his repo. |
Fixed hiera example, added precision and plugin_type for hiera
|
Thanks both! |
| }, | ||
| inputs => { | ||
| 'cpu' => { | ||
| 'cpu' => [{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit updates information related to version 2.0 of this module, including changes to the README. Puppet 4 is now the minimum version requirement. It explicitly states support for Ubuntu 16.04 as this is now the default SUT for acceptance testing. It also includes an unrelated but necessary fix called out by @sparr in PR #80.
This commit updates information related to version 2.0 of this module, including changes to the README. Puppet 4 is now the minimum version requirement. It explicitly states support for Ubuntu 16.04 as this is now the default SUT for acceptance testing. It also includes an unrelated but necessary fix called out by @sparr in PR voxpupuli#80.
This uses a real toml generator instead of templates.
It is an alternative approach to #47 and #79 and fixes #32, #38, #41, #42 and #68.
Tests are still mostly broken because I don't know ruby.