-
-
Notifications
You must be signed in to change notification settings - Fork 198
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 scripts with server #339
Conversation
Build failure looks like an infrastructure issue, not test issue |
I restarted the job. |
@yakatz please have a look at the inline comments I made. Can you also document this feature in the README.md? |
Ping @yakatz |
For some reason I didn't get notifications from GitHub about this. I will work on it over the next few days. |
b73dad4
to
89fbf20
Compare
Dear @yakatz, thanks for the PR! This is pccibot, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
8fef45d
to
61fefeb
Compare
Looks like a test timeout again. Is this something I am doing wrong or is it just a test system issue? |
Once again, test failures look to me to be infrastructure issues. There is nothing changed in the last commit that would change the outcome of these tests. |
On failing configuration, the vpnserver system under test does not see the vpn client. Right now i am unable to say more. |
@yakatz the code looks good to me. Are you able to squash the commits down to a few? |
f52a190
to
abec515
Compare
Add tests Co-Authored-By: Tim Meusel <[email protected]>
Script paths are automatically prepended `REFERENCE.md` updated using `puppet strings generate --format markdown`. This adds some documentation for other missing items.
abec515
to
d97033a
Compare
@bastelfreak Squashed to 2 |
@bastelfreak Any thought on when this could make it into a release? |
Pull Request (PR) description
This change allows packaging scripts with the
server
instance.Example usage:
Anything that can go in a regular Puppet
file
resource can be used in the hash includingtemplate
,source
, andcontent
.up
,down
,client-connect
andclient-disconnect
scripts will be checked for/
and be considered to be in thescripts
folder otherwise.Tests pass locally.