Updated based on puppet-lint gem update

This commit is contained in:
Gene Liverman 2019-12-26 21:17:16 -05:00
parent 65c510a3db
commit 7ed5a47091
No known key found for this signature in database
GPG key ID: 66D794FE7043CBCA
7 changed files with 14 additions and 14 deletions

View file

@ -1,8 +1,8 @@
# Select a profile based on the OS family
class profile::linux {
case $facts['os']['family'] {
'Debian': { include ::profile::linux::debian }
'RedHat': { include ::profile::linux::el }
'Debian': { include profile::linux::debian }
'RedHat': { include profile::linux::el }
default: { fail("${facts['os']['family']} isn't supported yet") }
}

View file

@ -5,7 +5,7 @@ class profile::linux::el {
$gid = find_group($homedir)
$user = homedir_to_user($homedir)
include ::profile::linux::el::docker_repos
include profile::linux::el::docker_repos
Yumrepo <| |> -> Package <| |> # lint:ignore:spaceship_operator_without_tag
$yum_packages = [