-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Fix Rubocop/puppet-lint warnings & broken travis config & broken acceptance tests #1
Conversation
Otherwise the type conflicts with the name of our defined resource.
this won't work because Puppet *still* hasn't published any debs for it.
| systemd: true | ||
| systemd: true, | ||
| operatingsystem: 'RedHat', | ||
| osfamily: 'RedHat' | ||
| } | ||
| end | ||
|
|
||
| check_file_set_header( |
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 looks a bit funky. Is it why EmptyExampleGroup fires? Should you be using shared examples and it_behaves_like instead??
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 whole testsetup is a bit funky. Should we keep it as-is for now and refactor it later? Otherwise the diff gets even bigger.
No description provided.