pdns-ansible
pdns-ansible copied to clipboard
Add support for FreeBSD as a target
FreeBSD was not supported as an installation target. There are a number of differences which are taken card of by these changes.
Hi. I'm the maintainer for dns/powerdns (and dns/powerdns-recursor) on FreeBSD.
If dns/powerdns is installed using pkg (or manually by using make install from the port's directory) it will install everything it depends on automatically. If you install from FreeBSD's repo you'll get the MySQL, PgSql and SQLite3 backends. So IMO there's no need to add any dependencies in the yaml for FreeBSD.
I have looked at the test-failures, and do not believe that they are caused by my changes. If someone wants me to correct something, I would need help in finding the cause.
I have looked at the test-failures, and do not believe that they are caused by my changes.
Looks like we're trying to test on an ancient ubuntu :-). #62 should take care of that
Looks like we're trying to test on an ancient ubuntu :-). #62 should take care of that
Any chance of someone rerunning the tests to see if they pass? I do not know how to trigger the tests without an extra commit, and I don't have any changes.
you should be able to rebase on master and push, that'll retrigger the tests.