Skip to content

Commit

Permalink
Fix required plugins (#29)
Browse files Browse the repository at this point in the history
* fix custom fact on OPNsense 23.7

The support for SSL flavours was already discontinued in OPNsense 23.1,
but the option was removed from the CLI tool later in OPNsense 23.7.

* Remove os-firewall from required_plugin list

---------

Co-authored-by: Frank Wall <[email protected]>
Co-authored-by: Jeremy Gutierrez <[email protected]>
  • Loading branch information
3 people authored Jun 11, 2024
1 parent d0b653f commit a226342
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ opnsense::haproxy:
backends: {}
frontends: {}
opnsense::required_plugins:
"os-firewall": {}
"os-haproxy": {}
"os-node_exporter": {}
opnsense::api_manager_prefix: "%{fqdn} api manager - "
Expand Down
3 changes: 0 additions & 3 deletions spec/classes/opnsense_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
'device' => 'opnsense.example.com',
'ensure' => 'absent',
)
is_expected.to contain_opnsense_plugin('os-firewall').with(
'device' => 'opnsense.example.com',
)
is_expected.to contain_opnsense_plugin('os-haproxy').with(
'device' => 'opnsense.example.com',
)
Expand Down

0 comments on commit a226342

Please sign in to comment.