We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
we use puppet to install supervisord. The configuration looks like this:
class { 'supervisord': manage_config => true, config_file => '/etc/supervisor/supervisord.conf', service_manage => false, install_pip => true, package_name => 'supervisor==4.2.0', package_provider => 'pip', unix_socket => false, inet_server => true, inet_server_hostname => $supervisord_ip_address, inet_server_port => $supervisord_ip_port, inet_auth => false, inet_username => $supervisord_username, inet_password => $supervisord_password, log_path => $supervisord_logpath, log_file => $supervisord_logfile, config_include => $supervisord_daemon_dir, directory => $supervisord_daemon_home_dir, user => $supervisord_runasuser, group => $supervisord_runasgroup, global_environment => { 'ENVVAR' => 'test', 'ORACLE_HOME' => $oracle_home } }
Everything works fine, supervisord 4.2 is installed after first puppet run.
But then on every puppet run we get:
The container Class[Supervisord::Install] will propagate my refresh event
How can i stop this ?
Thanks :)
Beste regards, Kai.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
we use puppet to install supervisord. The configuration looks like this:
Everything works fine, supervisord 4.2 is installed after first puppet run.
But then on every puppet run we get:
The container Class[Supervisord::Install] will propagate my refresh event
How can i stop this ?
Thanks :)
Beste regards,
Kai.
The text was updated successfully, but these errors were encountered: