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

add assert_private to private classes #766

Merged
merged 1 commit into from
Mar 30, 2018

Conversation

bastelfreak
Copy link
Member

@bastelfreak bastelfreak commented Mar 29, 2018

Pull Request (PR) description

Those classes are private, they are not supposed to be called directly. The assert_private() methods will throw a compile error if they are accessed from the outside (sadly the Puppet DSL has no concept of public/private classes)

This Pull Request (PR) fixes the following issues

Copy link
Member

@foxxx0 foxxx0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good.

@bastelfreak bastelfreak merged commit 6f0ca7d into voxpupuli:master Mar 30, 2018
@bastelfreak bastelfreak deleted the private branch March 30, 2018 09:51
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.

2 participants