From 68165f062f80b426dfcd539e876a724a9a523fcc Mon Sep 17 00:00:00 2001 From: Phil Friderici Date: Mon, 6 Nov 2023 13:28:50 +0000 Subject: [PATCH] Remove check for supported OS families --- manifests/init.pp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index d485106..edd7163 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -106,15 +106,6 @@ Variant[String, Array] $gshadow = [], Variant[String, Array] $sudoers = [], ) { - case $facts['os']['name'] { - /AlmaLinux|CentOS|RedHat|Rocky|Amazon|OEL|OracleLinux|Scientific|CloudLinux|Fedora| - |Ubuntu|Debian|SLES|Solaris|Gentoo|FreeBSD|LinuxMint|Archlinux/: { - } - default: { - fail("${$facts['os']['name']} is not a supported operating system.") - } - } - file { 'nsswitch.conf': ensure => file, path => $file_path,