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

Support for OracleLinux #23

Open
brontide opened this issue Jan 17, 2017 · 1 comment
Open

Support for OracleLinux #23

brontide opened this issue Jan 17, 2017 · 1 comment

Comments

@brontide
Copy link

Being a rebuild of RH it's a simple matter of patching config.pp.

--- config.pp.bak	2017-01-17 13:15:40.681058922 -0500
+++ config.pp	2017-01-17 13:16:06.890730918 -0500
@@ -38,7 +38,7 @@
 
   # Operating system specific configuration
   case $::operatingsystem {
-    /^(RedHat|CentOS|Scientific)$/: {
+    /^(RedHat|CentOS|Scientific|OracleLinux)$/: {
       # Not using firewalld by now
       file { '00-firewalld.conf':
         ensure  => 'absent',
@brontide
Copy link
Author

Looks like the codename fact is not present in the oracle code which means you have to manually specify the template.

fail2ban::config_file_template: "fail2ban/Maipo/etc/fail2ban/jail.conf.erb"

decibelhertz added a commit to decibelhertz/puppet-fail2ban that referenced this issue Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant