-
Notifications
You must be signed in to change notification settings - Fork 126
Add chmod and log-file options #83
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
Conversation
I reverted previous changes to .fixtures.yml (change git:// to https://) since that doesn't seem to be needed anymore? If it is, I can go back and put the change back in. |
27decd1
to
f8d1c08
Compare
@esalberg , thanks for this! please rebase and add a test or two and we'd be glad to merge! |
5d4a0c2
to
dc55038
Compare
Rebased and added tests for chown, chmod, and logfile by copying the other get tests. Travis is showing rake errors based on no method last_comment - I can make the change suggested in PR #88 if it would help validate my tests. |
manifests/get.pp
Outdated
} | ||
|
||
if $chmod { | ||
$myChmod = "--chmod=${chmod}" |
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.
myChmod
and myLogfile
both need to default to undef
(see above for examples).
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.
Whoops, sorry about that. Done.
I think my Puppet Lint updated since I last committed changes to get.pp - it's complaining about variables containing uppercase letters. I updated the ones I added not to contain them, but there are 35 other errors. Is it okay to go through and update that as part of this PR, or would you prefer for me to disable lint temporarily?
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.
go ahead and just update yours for this one.
Appreciate the fix on the tests. Thanks for the merge! |
No description provided.