meta-stx: re-name and re-org to align with upstream
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / puppet / files / puppetlabs-firewall / poky-firewall-updates.patch
diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppetlabs-firewall/poky-firewall-updates.patch b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppetlabs-firewall/poky-firewall-updates.patch
new file mode 100644 (file)
index 0000000..f9073a4
--- /dev/null
@@ -0,0 +1,13 @@
+diff --git a/packstack/puppet/modules/firewall/manifests/linux.pp b/packstack/puppet/modules/firewall/manifests/linux.pp
+index 0fd758a..d9280f5 100644
+--- a/packstack/puppet/modules/firewall/manifests/linux.pp
++++ b/packstack/puppet/modules/firewall/manifests/linux.pp
+@@ -40,7 +40,7 @@ class firewall::linux (
+         require         => Package['iptables'],
+       }
+     }
+-    'Debian', 'Ubuntu': {
++    'Debian', 'Ubuntu', 'poky': {
+       class { "${title}::debian":
+         ensure       => $ensure,
+         enable       => $enable,