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
The following occurs on windows: change from 'NT AUTHORITY\SYSTEM' to 'sensu' failed: Could not find group sensu
change from 'NT AUTHORITY\SYSTEM' to 'sensu' failed: Could not find group sensu
/etc/puppetlabs/code/environments/lab/modules/sensu/manifests/transport.pp:21
Looks like the transport class is not using the platform specific var?
https://github.com/sensu/sensu-puppet/blob/master/manifests/transport.pp#L23
Needs to look something like this:
file { "${sensu::conf_dir}/transport.json": ensure => $ensure, owner => $::sensu::user, group => $::sensu::group, mode => '0440', content => inline_template('<%= JSON.pretty_generate(@transport_type_hash) %>'), notify => $::sensu::check_notify, }
The text was updated successfully, but these errors were encountered:
Released in v2.40.0
Sorry, something went wrong.
No branches or pull requests
The following occurs on windows:
change from 'NT AUTHORITY\SYSTEM' to 'sensu' failed: Could not find group sensu/etc/puppetlabs/code/environments/lab/modules/sensu/manifests/transport.pp:21Looks like the transport class is not using the platform specific var?
https://github.com/sensu/sensu-puppet/blob/master/manifests/transport.pp#L23
Needs to look something like this:
The text was updated successfully, but these errors were encountered: