Skip to content
Closed

Test #1243

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/mend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ on:
jobs:

mend:
uses: "puppetlabs/cat-github-actions/.github/workflows/mend_ruby.yml@main"
uses: "puppetlabs/cat-github-actions/.github/workflows/mend_ruby.yml@CAT-2117-skip-mend-for-PR-raised-from-forks"
secrets: "inherit"
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
Optional[String[1]] $service_name_v6 = $firewall::params::service_name_v6,
Optional[Variant[String[1], Array[String[1]]]] $package_name = $firewall::params::package_name,
Boolean $ebtables_manage = false,
Boolean $ebtables_manage_2 = false,

Check warning on line 41 in manifests/init.pp

View workflow job for this annotation

GitHub Actions / Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7)

missing documentation for class parameter firewall::ebtables_manage_2 (check: parameter_documentation)

Check warning on line 41 in manifests/init.pp

View workflow job for this annotation

GitHub Actions / Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2)

missing documentation for class parameter firewall::ebtables_manage_2 (check: parameter_documentation)

Check warning on line 41 in manifests/init.pp

View workflow job for this annotation

GitHub Actions / Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7)

missing documentation for class parameter firewall::ebtables_manage_2 (check: parameter_documentation)

Check warning on line 41 in manifests/init.pp

View workflow job for this annotation

GitHub Actions / Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2)

missing documentation for class parameter firewall::ebtables_manage_2 (check: parameter_documentation)

Check warning on line 41 in manifests/init.pp

View workflow job for this annotation

GitHub Actions / Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7)

missing documentation for class parameter firewall::ebtables_manage_2 (check: parameter_documentation)

Check warning on line 41 in manifests/init.pp

View workflow job for this annotation

GitHub Actions / Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2)

missing documentation for class parameter firewall::ebtables_manage_2 (check: parameter_documentation)

Check warning on line 41 in manifests/init.pp

View workflow job for this annotation

GitHub Actions / Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7)

missing documentation for class parameter firewall::ebtables_manage_2 (check: parameter_documentation)

Check warning on line 41 in manifests/init.pp

View workflow job for this annotation

GitHub Actions / Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2)

missing documentation for class parameter firewall::ebtables_manage_2 (check: parameter_documentation)
) inherits firewall::params {
$_ensure_v6 = pick($ensure_v6, $ensure)

Expand Down
Loading