-
Notifications
You must be signed in to change notification settings - Fork 1
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
Collection of refactors #3
Conversation
After merging this, we should create a new major version :) |
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.
Looks OK to me.
I have a general question though. What's the point of wrapping all the resource type instead of calling the resource type directory? Is it the extra input validation? Wouldn't the source complain regardless if input is invalid?
We don't need to declare the symlink anymore, puppetlabs_spec_helper will create it for us automatically.
7d2c338
to
f1803d4
Compare
I am not sure I did understand you correctly. |
I'm speaking about the wrapper defines for the resources. Like exec.pp, package.pp. E.g. Why do we have defines for reach resource instead of using create_resources($hash). |
Next guess, this was needed in the old times. |
Looks like it has been archived? Do we know why? |
Missed that :( But I guess there are a lot more available giving this kind of functionality. |
Released as v2.0.0-forked |
Maybe because stdlib::manage is good enough ? |
Hm. Maybe that's something that should be used instead. Indeed! Guess we'll still need this one for now but maybe we should move towards stdlib::manage. |
Based on PR #1 this PR collects the refactors we want \o/