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

The container Class[Supervisord::Install] will propagate my refresh event #136

Open
kszyma opened this issue Jul 29, 2020 · 0 comments
Open

Comments

@kszyma
Copy link

kszyma commented Jul 29, 2020

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.

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

No branches or pull requests

1 participant