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

Test with future parser #438

Merged
merged 2 commits into from
Sep 5, 2014
Merged

Test with future parser #438

merged 2 commits into from
Sep 5, 2014

Conversation

3flex
Copy link
Contributor

@3flex 3flex commented Sep 5, 2014

  • Add Puppet future parser to Travis matrix (Only Puppet 3.5 for now; rspec-puppet doesn't work with anything higher, and allow failures since future parser is still pre-release.)
  • Fix some bugs surfaced by the future parser

3flex and others added 2 commits September 4, 2014 23:08
Only Puppet 3.5 for now; rspec-puppet doesn't work with anything higher.
Allow failures since future parser is still pre-release.
* concat::fragment requires 'order' to be a string
* init parameters added in #373 referred to wrong variable name in params.pp
* cannot perform regex match on a number, so make {fastcgi,proxy}_cache_levels
  a string by default
* bug fixed in test suite
@jfryman
Copy link
Contributor

jfryman commented Sep 5, 2014

Nice idea. 🤘

@3flex
Copy link
Contributor Author

3flex commented Sep 5, 2014

Interesting that the issue raised in #322 didn't trigger any error with future parser... I'm not sure if that code just wasn't touched by the spec tests but I wouldn't think so.

Anyway please merge if you're happy with this. It's definitely worth having in the test matrix as it did uncover a few bugs already.

jfryman pushed a commit that referenced this pull request Sep 5, 2014
@jfryman jfryman merged commit d8d116c into voxpupuli:master Sep 5, 2014
@3flex 3flex deleted the future-parser branch September 5, 2014 15:16
@janorn
Copy link
Contributor

janorn commented Sep 8, 2014

Be aware that the bug where order didn't allow for integer has been fixed in puppetlabs/puppetlabs-concat#185

@janorn
Copy link
Contributor

janorn commented Sep 8, 2014

So if we use concat module 1.1.0 we have the issue with strings but if we use the 1.0.4 there is no issues.

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

Successfully merging this pull request may close these issues.

3 participants