-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Modulesync #34
Modulesync #34
Conversation
c267207
to
f21c384
Compare
f21c384
to
c5ced55
Compare
@@ -5,7 +5,9 @@ | |||
volume_ports = {} | |||
|
|||
binary = Facter.value('gluster_custom_binary') | |||
if not binary or not File.executable? binary | |||
# rubocop:disable Style/AndOr |
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.
Probably a really simple fix, but rubocop-ignoring for now
"version": "999.999.999", | ||
"author": "Puppet Community", | ||
"name": "puppet-gluster", | ||
"version": "1.0.4", |
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.
(The last release in the previous namespace was 1.0.3)
This Pull Request is ready for review/merge |
Woohoo! Thanks @juniorsysadmin. This LGTM. After this is merged, please add puppet-gluster to modulesync_config's module list. |
Can this be rebased? |
8d2909c
to
a13a071
Compare
Perform a modulesync along with other minor changes
a13a071
to
a3f566b
Compare
Done, with fixups to tests of #35 . Failures are due to something else (possibly PUP-5743) |
Merging. Please add this to modulesync_config. |
Ah. Did you keep the secret in .sync.yml? |
@jyaworski It didn't have a .travis.yml or a .sync.yml |
Perform a modulesync along with other minor changes