Skip to content
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

ability to manage plugins #2

Merged
merged 3 commits into from Feb 20, 2018
Merged

ability to manage plugins #2

merged 3 commits into from Feb 20, 2018

Conversation

fraenki
Copy link
Member

@fraenki fraenki commented Feb 15, 2018

Changes:

  • new parameter $plugins to specify a list of postfix plugins that should be installed
  • new parameter $plugin to configure plugin package names (some defaults added to module data)
  • new parameter $package_manage to control wether packages should be installed by this module or not
  • fix service logic: move exec restart after package install to class postfix::package, otherwise it would be triggered when using something like notify => Class['postfix::service']

The plugin mechanism is the same that is being used in https://github.com/oxc/puppet-dovecot. It should be noted that this is mostly required for Debian/Ubuntu.

@oxc
Copy link
Collaborator

oxc commented Feb 15, 2018

Could you add a Changelog entry to the Unreleased section please?

@fraenki
Copy link
Member Author

fraenki commented Feb 20, 2018

Could you add a Changelog entry to the Unreleased section please?

Done in 5c60444.

@oxc oxc merged commit b44b52d into markt-de:master Feb 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants