ASDPLNG-39 Add puppet-profile_timezone to Puppetfile

This commit is contained in:
bsper2 2021-02-04 14:47:24 -07:00 committed by bsper2
parent 044a9cee74
commit 1bae973245
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ mod 'ncsa/profile_pam_access', tag: 'v0.0.4', git: 'https://github.com/ncsa/pupp
# mod 'ncsa/profile_puppet_master', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_puppet_master' # 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_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_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_timezone', tag: 'v0.2.1', 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/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/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/sssd', tag: 'v3.0.0', git: 'https://github.com/ncsa/puppet-sssd'
@ -42,7 +42,7 @@ mod 'puppetlabs/stdlib', '6.3.0'
mod 'richardc-datacat', '0.6.2' mod 'richardc-datacat', '0.6.2'
# mod 'saz/limits', '3.0.4' # mod 'saz/limits', '3.0.4'
mod 'saz/sudo', '6.0.0' mod 'saz/sudo', '6.0.0'
# mod 'saz/timezone', '6.0.0' mod 'saz/timezone', '6.1.0'
# mod 'sharumpe-tcpwrappers', '1.0.4' # mod 'sharumpe-tcpwrappers', '1.0.4'
#mod 'sharumpe-tcpwrappers', tag: '1.0.7', git: 'https://github.com/sharumpe/puppet-tcpwrappers.git' #mod 'sharumpe-tcpwrappers', tag: '1.0.7', git: 'https://github.com/sharumpe/puppet-tcpwrappers.git'
#mod 'ffquintella-tcpwrappers', tag: '1.0.7', git: 'https://github.com/ffquintella/puppet-tcpwrappers.git' #mod 'ffquintella-tcpwrappers', tag: '1.0.7', git: 'https://github.com/ffquintella/puppet-tcpwrappers.git'

View File

@ -9,7 +9,7 @@ class profile::base {
include ::profile_motd include ::profile_motd
include ::profile_pam_access include ::profile_pam_access
include ::profile_sudo include ::profile_sudo
# include ::profile_timezone include ::profile_timezone
include ::profile_system_auth include ::profile_system_auth
include ::profile_virtual include ::profile_virtual
include ::sshd include ::sshd