You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
include ::icinga2
include ::icinga2::web
include ::icinga2::features::command
include ::icinga2::features::ido_mysql
}
Error: Failed to apply catalog: Parameter unless failed on Exec[usermod -a -G icingaweb2 www-data]: 'id www-data | grep icingaweb2' is not qualified and no path was specified. Please qualify the command or specify a path. at /etc/puppet/modules/icinga2/manifests/web/configure.pp:26
Wrapped exception:
'id www-data | grep icingaweb2' is not qualified and no path was specified. Please qualify the command or specify a path.
The text was updated successfully, but these errors were encountered:
Hi,
my site.pp seems like
class { 'apache':
mpm_module => 'prefork',
}
include ::icinga2
include ::icinga2::web
include ::icinga2::features::command
include ::icinga2::features::ido_mysql
}
Error: Failed to apply catalog: Parameter unless failed on Exec[usermod -a -G icingaweb2 www-data]: 'id www-data | grep icingaweb2' is not qualified and no path was specified. Please qualify the command or specify a path. at /etc/puppet/modules/icinga2/manifests/web/configure.pp:26
Wrapped exception:
'id www-data | grep icingaweb2' is not qualified and no path was specified. Please qualify the command or specify a path.
The text was updated successfully, but these errors were encountered: