Loading CHANGELOG +7 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The date string is generated with this command: `date --iso-8601=seconds`. ## [1.1.0] - 2025-06-23T13:34:28-07:00 ### Changed - Use the su_iptables Puppet module (hosted at https://code.stanford.edu/puppetpublic/su_iptables) instead of base::iptables. ## [1.0.0] - 2025-06-23T13:01:28-07:00 ### Added Loading manifests/init.pp +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ class su_apache ( include su_apache::filter_syslog if ($manage_iptables) { base::iptables::rule { 'web': su_iptables::rule { 'web': description => 'Allow web accesses from anywhere', protocol => 'tcp', port => [ 80, 443 ], Loading manifests/install.pp +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ class su_apache::install () source => 'puppet:///modules/su_apache/etc/filter-syslog/apache', } base::iptables::rule { 'web': su_iptables::rule { 'web': description => 'Allow web access from anywhere', protocol => 'tcp', port => [ 80, 443 ], Loading Loading
CHANGELOG +7 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The date string is generated with this command: `date --iso-8601=seconds`. ## [1.1.0] - 2025-06-23T13:34:28-07:00 ### Changed - Use the su_iptables Puppet module (hosted at https://code.stanford.edu/puppetpublic/su_iptables) instead of base::iptables. ## [1.0.0] - 2025-06-23T13:01:28-07:00 ### Added Loading
manifests/init.pp +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ class su_apache ( include su_apache::filter_syslog if ($manage_iptables) { base::iptables::rule { 'web': su_iptables::rule { 'web': description => 'Allow web accesses from anywhere', protocol => 'tcp', port => [ 80, 443 ], Loading
manifests/install.pp +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ class su_apache::install () source => 'puppet:///modules/su_apache/etc/filter-syslog/apache', } base::iptables::rule { 'web': su_iptables::rule { 'web': description => 'Allow web access from anywhere', protocol => 'tcp', port => [ 80, 443 ], Loading