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
Both stdlib and apt dependencies are very old, causing a lot of error and warning messages.
Can you update the code the dependencies to supper latest versions ?
nb: the issue probably occurs on another dependencies ...
The text was updated successfully, but these errors were encountered:
To add to this. When I add the wazuh module I get the following list of failed dependencies due to the latest version of them module being outside of the version acception by wazuh. Sadly I am unable to move these to earlier versions.
Warning: Module 'puppet-archive' (v7.1.0) fails to meet some dependencies:
'wazuh-wazuh' (v4.9.2) requires 'puppet-archive' (>= 0.4.8 < 7.0.0)
Warning: Module 'puppet-nodejs' (v11.0.0) fails to meet some dependencies:
'wazuh-wazuh' (v4.9.2) requires 'puppet-nodejs' (>= 3.0.0 < 8.0.0)
Warning: Module 'puppet-selinux' (v5.0.0) fails to meet some dependencies:
'wazuh-wazuh' (v4.9.2) requires 'puppet-selinux' (>= 0.8.0 < 4.0.0)
Warning: Module 'puppet-zypprepo' (v5.0.0) fails to meet some dependencies:
'wazuh-wazuh' (v4.9.2) requires 'puppet-zypprepo' (= 4.0.1)
Warning: Module 'puppetlabs-apt' (v9.4.0) fails to meet some dependencies:
'wazuh-wazuh' (v4.9.2) requires 'puppetlabs-apt' (>= 2.0.0 < 8.0.0)
Warning: Module 'puppetlabs-concat' (v9.0.2) fails to meet some dependencies:
'wazuh-wazuh' (v4.9.2) requires 'puppetlabs-concat' (>= 1.0.0 < 7.0.0)
Warning: Module 'puppetlabs-firewall' (v8.1.2) fails to meet some dependencies:
'wazuh-wazuh' (v4.9.2) requires 'puppetlabs-firewall' (>= 1.7.0 < 3.0.0)
Warning: Module 'puppetlabs-powershell' (v6.0.0) fails to meet some dependencies:
'wazuh-wazuh' (v4.9.2) requires 'puppetlabs-powershell' (>= 2.0.0 < 5.0.0)
Warning: Module 'puppetlabs-stdlib' (v9.6.0) fails to meet some dependencies:
'wazuh-wazuh' (v4.9.2) requires 'puppetlabs-stdlib' (>= 4.13.0 < 7.0.0)
It also claims to not be compatible with the latest Puppet Release 8.
Both stdlib and apt dependencies are very old, causing a lot of error and warning messages.
Can you update the code the dependencies to supper latest versions ?
nb: the issue probably occurs on another dependencies ...
The text was updated successfully, but these errors were encountered: