How To Install puppet-firewalld on Fedora 36

In this tutorial we learn how to install puppet-firewalld in Fedora 36. puppet-firewalld is A Puppet module for FirewallD

Introduction

In this tutorial we learn how to install puppet-firewalld on Fedora 36.

What is puppet-firewalld

A Puppet module used for installing, configuring and managing FirewallD.

We can use yum or dnf to install puppet-firewalld on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install puppet-firewalld.

Install puppet-firewalld on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install puppet-firewalld using dnf by running the following command:

sudo dnf -y install puppet-firewalld

Install puppet-firewalld on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install puppet-firewalld using yum by running the following command:

sudo yum -y install puppet-firewalld

How To Uninstall puppet-firewalld on Fedora 36

To uninstall only the puppet-firewalld package we can use the following command:

sudo dnf remove puppet-firewalld

puppet-firewalld Package Contents on Fedora 36

/usr/share/doc/puppet-firewalld
/usr/share/doc/puppet-firewalld/LICENSE
/usr/share/doc/puppet-firewalld/README
/usr/share/doc/puppet-firewalld/examples
/usr/share/doc/puppet-firewalld/examples/direct.pp
/usr/share/doc/puppet-firewalld/examples/lockdown_whitelist.pp
/usr/share/doc/puppet-firewalld/examples/service.pp
/usr/share/doc/puppet-firewalld/examples/zone.pp
/usr/share/puppet/modules/firewalld
/usr/share/puppet/modules/firewalld/manifests
/usr/share/puppet/modules/firewalld/manifests/configuration.pp
/usr/share/puppet/modules/firewalld/manifests/direct.pp
/usr/share/puppet/modules/firewalld/manifests/init.pp
/usr/share/puppet/modules/firewalld/manifests/lockdown_whitelist.pp
/usr/share/puppet/modules/firewalld/manifests/service.pp
/usr/share/puppet/modules/firewalld/manifests/zone.pp
/usr/share/puppet/modules/firewalld/metadata.json
/usr/share/puppet/modules/firewalld/templates
/usr/share/puppet/modules/firewalld/templates/direct.xml.erb
/usr/share/puppet/modules/firewalld/templates/firewalld.conf.erb
/usr/share/puppet/modules/firewalld/templates/lockdown-whitelist.xml.erb
/usr/share/puppet/modules/firewalld/templates/service.xml.erb
/usr/share/puppet/modules/firewalld/templates/zone.xml.erb

References

Summary

In this tutorial we learn how to install puppet-firewalld on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).