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

Make restarting services optional #727

Closed
spuder opened this issue Sep 25, 2018 · 1 comment · Fixed by #728
Closed

Make restarting services optional #727

spuder opened this issue Sep 25, 2018 · 1 comment · Fixed by #728
Labels
enhancement New feature or request

Comments

@spuder
Copy link
Contributor

spuder commented Sep 25, 2018

If you change any config file, the puppet module will restart the service. This is not ideal since restarting a service unexpectedly can cause messages to be lost.

      file { '/etc/security/limits.d/rabbitmq-server.conf':
        content => template('rabbitmq/limits.conf'),
        owner   => '0',
        group   => '0',
        mode    => '0644',
        notify  => Class['Rabbitmq::Service'],
      }

The restarting of services should be configurable.

@wyardley wyardley added the enhancement New feature or request label Sep 28, 2018
@wyardley wyardley changed the title Make restarting services optional Add service_restart parameter (make restarting services optional) Sep 28, 2018
@wyardley wyardley changed the title Add service_restart parameter (make restarting services optional) Make restarting services optional Sep 28, 2018
@spuder
Copy link
Contributor Author

spuder commented Oct 4, 2018

What is the process for releasing this to the puppet forge? I'd like to update my Puppetfile to adopt in these changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants