Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nftables.version to structured fact. #84

Merged
merged 2 commits into from
Mar 23, 2021

Conversation

traylenator
Copy link
Collaborator

Pull Request (PR) description

Add version of nft command to structured fact

FACTERLIB=. facter -p nftables
{
  tables => [
    "bridge-filter",
    "bridge-nat",
    "inet-firewalld",
    "ip-firewalld",
    "ip6-firewalld"
  ],
  version => "0.9.3"
}

```
FACTERLIB=. facter -p nftables
{
  tables => [
    "bridge-filter",
    "bridge-nat",
    "inet-firewalld",
    "ip-firewalld",
    "ip6-firewalld"
  ],
  version => "0.9.3"
}
```
@traylenator traylenator added the enhancement New feature or request label Mar 23, 2021
@traylenator traylenator force-pushed the version branch 2 times, most recently from a641bf6 to 42a5e4d Compare March 23, 2021 08:42
nbarrientos
nbarrientos previously approved these changes Mar 23, 2021
README.md Show resolved Hide resolved
@traylenator traylenator merged commit c86e270 into voxpupuli:master Mar 23, 2021
@traylenator traylenator deleted the version branch March 23, 2021 11:37
figless pushed a commit to figless/puppet-nftables that referenced this pull request Aug 25, 2021
cae7912 Merge pull request voxpupuli#86 from cernops/release_1_3_0
804b96e Prepare release 1.3.0
3f2f50c Merge pull request voxpupuli#85 from cernops/qemu
cd2a3cb Add rules for QEMU/libvirt guests
18b211e Merge pull request voxpupuli#80 from luisfdez/dockerce
1bf717d Add optional handling of chains
c86e270 Merge pull request voxpupuli#84 from traylenator/version
4d95ea8 Add fact section to README.md
9dca9bc Fix doc defaults
032387d Add nftables.version to structured fact.
b61ccb4 Fix rulename spec in spec
283e1c3 Fix syntax
c351549 Add newline & more tests
6be2adf Add Docker-CE default rules
7a77d75 Merge pull request voxpupuli#82 from cernops/ibarrien_activemq
771b325 Add rules for Apache ActiveMQ
502b9da Merge pull request voxpupuli#81 from cernops/emacs_readme
b1b6150 Add pointer to Yasnippets for some defined types
2fda87a Improve sections' formatting
812ca77 Release 1.2.1-rc0 (voxpupuli#77)

git-subtree-dir: code
git-subtree-split: 7b8e4635092853a892bd247a05e0025492262b6a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants