saltstack-formulas / dhcpd-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
8 stars 56 forks source link

Add Red Hat styled service configuration #42

Closed ixs closed 4 years ago

ixs commented 4 years ago

Allow listening_interfaces on Red Hat family systems as well. As these are by now using systemd, a systemd override file is installed in /etc/systemd/system/dhcpd.service.d/override.conf defining the interface list.

myii commented 4 years ago

@ixs We've switched a number of our formulas to use semantic-release now, so the commit messages are used to automatically update the changelog and add a new release. Have a look here for more details:

So as shown in Travis, commitlint is failing:

This could be resolved with something like:

-Add Red Hat styled service configuration
+feat(map.jinja): add Red Hat styled service configuration

Would you be able to amend your commit message and then force push back to this branch?

ixs commented 4 years ago

@myii done.

myii commented 4 years ago

Thanks, @ixs -- merged.

The opensuse-leap failure is unrelated to this PR.

saltstack-formulas-travis commented 4 years ago

:tada: This PR is included in version 0.10.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: