]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commit
Add the FrozenStrings magic comment
authorDavid Schmitt <david.schmitt@puppet.com>
Wed, 16 Dec 2020 13:36:32 +0000 (13:36 +0000)
committerDavid Schmitt <david.schmitt@puppet.com>
Mon, 4 Jan 2021 12:04:24 +0000 (12:04 +0000)
commita37dcaab6b1d331314383e8799bbc1392ed19022
tree822ea3f62549309d8dbbe003a09386b72d658e0c
parente7b96094a255d9b1fb7d8915dcd0ff691285b4c5
Add the FrozenStrings magic comment
37 files changed:
lib/facter/ip6tables_version.rb
lib/facter/iptables_persistent_version.rb
lib/facter/iptables_version.rb
lib/puppet/provider/firewall.rb
lib/puppet/provider/firewall/ip6tables.rb
lib/puppet/provider/firewall/iptables.rb
lib/puppet/provider/firewallchain/iptables_chain.rb
lib/puppet/type/firewall.rb
lib/puppet/type/firewallchain.rb
lib/puppet/util/firewall.rb
lib/puppet/util/ipcidr.rb
spec/acceptance/class_spec.rb
spec/acceptance/firewall_attributes_exceptions_spec.rb
spec/acceptance/firewall_attributes_happy_path_spec.rb
spec/acceptance/firewall_attributes_ipv6_exceptions_spec.rb
spec/acceptance/firewall_attributes_ipv6_happy_path_spec.rb
spec/acceptance/firewallchain_spec.rb
spec/acceptance/resource_cmd_spec.rb
spec/acceptance/rules_spec.rb
spec/acceptance/standard_usage_spec.rb
spec/fixtures/iptables/conversion_hash.rb
spec/spec_helper_acceptance_local.rb
spec/spec_helper_local.rb
spec/unit/classes/firewall_linux_archlinux_spec.rb
spec/unit/classes/firewall_linux_debian_spec.rb
spec/unit/classes/firewall_linux_redhat_spec.rb
spec/unit/classes/firewall_linux_spec.rb
spec/unit/classes/firewall_spec.rb
spec/unit/facter/iptables_persistent_version_spec.rb
spec/unit/facter/iptables_spec.rb
spec/unit/puppet/provider/ip6tables_spec.rb
spec/unit/puppet/provider/iptables_chain_spec.rb
spec/unit/puppet/provider/iptables_spec.rb
spec/unit/puppet/type/firewall_spec.rb
spec/unit/puppet/type/firewallchain_spec.rb
spec/unit/puppet/util/firewall_spec.rb
spec/unit/puppet/util/ipcidr_spec.rb