Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / puppet / files / puppetlabs-firewall / poky-firewall-updates.patch
1 diff --git a/packstack/puppet/modules/firewall/manifests/linux.pp b/packstack/puppet/modules/firewall/manifests/linux.pp
2 index 0fd758a..d9280f5 100644
3 --- a/packstack/puppet/modules/firewall/manifests/linux.pp
4 +++ b/packstack/puppet/modules/firewall/manifests/linux.pp
5 @@ -40,7 +40,7 @@ class firewall::linux (
6          require         => Package['iptables'],
7        }
8      }
9 -    'Debian', 'Ubuntu': {
10 +    'Debian', 'Ubuntu', 'poky': {
11        class { "${title}::debian":
12          ensure       => $ensure,
13          enable       => $enable,