ASDPLNG-79: Create puppet-profile_virtual

This commit is contained in:
Bill Glick 2021-03-03 16:32:17 -06:00
parent a7195cef40
commit 7384f0857a
No known key found for this signature in database
GPG Key ID: 11F4B27B369F39A4
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ mod 'ncsa/profile_pam_access', tag: 'v0.0.4', git: 'https://github.com/ncsa/pupp
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/profile_virtual', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_virtual'
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'
# mod 'ncsa/telegraf', tag: 'v3.1.1', git: 'https://github.com/ncsa/puppet-telegraf.git'

View File

@ -10,6 +10,7 @@ class profile::base {
# include ::profile_timezone
# include ::profile::sssd
include ::profile_system_auth
include ::profile_virtual
include ::sshd
}