]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commit
(IAC-1741) Prefer 'installed' to 'present' for packages
authorRomain Tartière <romain@blogreen.org>
Thu, 26 Aug 2021 17:34:27 +0000 (07:34 -1000)
committerRomain Tartière <romain@blogreen.org>
Thu, 26 Aug 2021 17:38:28 +0000 (07:38 -1000)
commita8cd80e5c57191b3e03782b5238f408d4f6e490c
tree98c66fe7e21db29915e5a4c306252660f1562904
parent6fda3a05775ece8c86829c5a62215cbf51639831
(IAC-1741) Prefer 'installed' to 'present' for packages

stdlib 8.0.0 fixed this value for `ensure_package`, so we have to sync
with it.  While here, also use `installed` for package resources.

Because 'present' is still something that works, this is not a breaking
change.
manifests/linux.pp
spec/unit/classes/firewall_linux_debian_spec.rb
spec/unit/classes/firewall_linux_redhat_spec.rb
spec/unit/classes/firewall_linux_spec.rb