-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat(contributing): add SFTP configuration #8
base: master
Are you sure you want to change the base?
Conversation
fc63c80
to
a38031d
Compare
4f610b3
to
d9407e4
Compare
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.
I made several comments to the code.
As noted, for now this code makes a breaking change because sftp
module is activated which it was not previously.
Another problem is, when activating the sftp
state (in kitchen.yml) converge
do not pass. I think kitchen/inspec tests should be added to be confident in how this code works. See kitchen.yml suite section to add one to the default one.
2da6cf2
to
55abc2c
Compare
b5bceba
to
a8dac01
Compare
2ff6369
to
cdf905f
Compare
2211721
to
777d0c8
Compare
777d0c8
to
2e02699
Compare
@jnijdam I'm working on improving your PR which is not functional right now. I'll add commits to it once I get a working setup |
f502ed5
to
0839c9f
Compare
0839c9f
to
8d95d2e
Compare
PR progress checklist (to be filled in by reviewers)
What type of PR is this?
Primary type
[feat]
A new featureSecondary type
[docs]
Documentation changes[test]
Adding missing or correcting existing testsDoes this PR introduce a
BREAKING CHANGE
?No.
Related issues and/or pull requests
Describe the changes you're proposing
Pillar / config required to test the proposed changes
Debug log showing how the proposed changes work
Documentation checklist
README
(e.g.Available states
).Testing checklist
state_top
).Additional context