ASDPLNG-66: Create puppet-profile_system_auth module

use tag v0.1.0 for profile_system_auth
This commit is contained in:
Bill Glick 2021-03-01 11:28:11 -06:00
parent 3476984ba3
commit a7195cef40
No known key found for this signature in database
GPG Key ID: 11F4B27B369F39A4
2 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,7 @@ mod 'ncsa/profile_allow_ssh_from_bastion', tag: 'v0.2.0', git: 'https://github.c
mod 'ncsa/profile_pam_access', tag: 'v0.0.4', git: 'https://github.com/ncsa/puppet-profile_pam_access'
# mod 'ncsa/profile_puppet_master', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_puppet_master'
mod 'ncsa/profile_sudo', tag: 'v0.1.1', git: 'https://github.com/ncsa/puppet-profile_sudo'
mod 'ncsa/profile_system_auth', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_system_auth'
# mod 'ncsa/profile_timezone', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_timezone'
mod 'ncsa/sshd', tag: 'v0.3.0', git: 'https://github.com/ncsa/puppet-sshd'
mod 'ncsa/sssd', tag: 'v3.0.0', git: 'https://github.com/ncsa/puppet-sssd'

View File

@ -8,7 +8,8 @@ class profile::base {
include ::profile_pam_access
include ::profile_sudo
# include ::profile_timezone
include ::profile::sssd
# include ::profile::sssd
include ::profile_system_auth
include ::sshd
}