Skip to content

Fixed a bug in package/package_settings (super called without explicit parameters)#2280

Closed
ptomulik wants to merge 2 commits intopuppetlabs:masterfrom
ptomulik:fix/package_settings_super_bug
Closed

Fixed a bug in package/package_settings (super called without explicit parameters)#2280
ptomulik wants to merge 2 commits intopuppetlabs:masterfrom
ptomulik:fix/package_settings_super_bug

Conversation

@ptomulik
Copy link
Contributor

Some ruby versions were raising the following exceptions during validation of the package_settings:

implicit argument passing of super from method defined by define_method() is not supported. Specify all arguments explicitly.

This PR adds appropriate specs to (dis)cover the bug and fixes it.

@puppetcla
Copy link

CLA signed by all contributors.

Some ruby versions raised the following exceptions when validating the
package_settings:

  implicit argument passing of super from method defined by
  define_method() is not supported. Specify all arguments explicitly.

This commit fixes the bug.
@kylog
Copy link

kylog commented Jan 22, 2014

Replaced by #2285.

@kylog kylog closed this Jan 22, 2014
@ptomulik
Copy link
Contributor Author

Ok, thanks!

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