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

drop EOL FreeBSD and OpenBSD #200

Merged
merged 1 commit into from
Aug 7, 2019
Merged

drop EOL FreeBSD and OpenBSD #200

merged 1 commit into from
Aug 7, 2019

Conversation

Dan33l
Copy link
Member

@Dan33l Dan33l commented Aug 7, 2019

This Pull Request (PR) fixes the following issues

Fixes #199

@Dan33l Dan33l merged commit e1aff94 into voxpupuli:master Aug 7, 2019
@Dan33l Dan33l deleted the drop-bsd branch August 7, 2019 12:35
@Dan33l Dan33l mentioned this pull request Aug 7, 2019
@decibelhertz
Copy link

I use this module on FreeBSD and Linux. This does not simply remove EOL BSDs, it removes support for BSD. Why not edit metadata.json to contain { "operatingsystem": "FreeBSD", "operatingsystemrelease": [ "11","12" ] }, (etc), which are not EOL and do work with rspec-puppet-tests? Your Hiera config could then look like:

snmp::package_name: 'net-mgmt/net-snmp'
snmp::service_config_dir_path: '/usr/local/etc/snmp'
snmp::service_config_dir_perms: '0755'
snmp::service_config_dir_owner: 'root'
snmp::service_config_dir_group: 'wheel'
snmp::service_config: '/usr/local/etc/snmp/snmpd.conf'
snmp::service_config_perms: '0755'
snmp::service_name: 'snmpd'
snmp::snmpd_options: 'd'
snmp::var_net_snmp: '/var/net-snmp'
snmp::varnetsnmp_perms: '0600'
snmp::varnetsnmp_owner: 'root'
snmp::varnetsnmp_group: 'wheel'
snmp::client_package_name: 'net-mgmt/net-snmp'
snmp::client_config: '/usr/local/etc/snmp/snmp.conf'
snmp::trap_service_config: '/usr/local/etc/snmp/snmptrapd.conf'
snmp::trap_service_name: 'snmptrapd'
snmp::snmptrapd_options:
snmp::snmptrapd_package_name: 

@bastelfreak
Copy link
Member

@decibelhertz are you able to provide a PR for FreeBSD 11/12? I'm happy to add it back if the tests succeed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unit tests are failing
3 participants