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

Firewalld resource to include enable #294

Open
jrmetzger opened this issue Dec 30, 2023 · 0 comments
Open

Firewalld resource to include enable #294

jrmetzger opened this issue Dec 30, 2023 · 0 comments
Labels
Feature Request Enhancement to existing functionality or new functionality

Comments

@jrmetzger
Copy link

jrmetzger commented Dec 30, 2023

🗣️ Foreword

Thank for taking the time to fill this feature request fully. Without it we may not be able to , and the issue may be closed without resolution.

🙍 Problem Statement

Firewalld action to enable service

❔ Possible Solution

A clear and concise description of what you want to happen.

action :enable do
  service 'firewalld' do
    action :enable
  end
end

(assuming :restart is also :start)

⤴️ Describe alternatives you've considered

pull out service into own cookbook, but would be better to add :enable to list of action

➕ Additional context

@jrmetzger jrmetzger added the Feature Request Enhancement to existing functionality or new functionality label Dec 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Enhancement to existing functionality or new functionality
Projects
None yet
Development

No branches or pull requests

1 participant