From 1bae973245426855b4bbb606a385f852b28677e6 Mon Sep 17 00:00:00 2001 From: bsper2 Date: Thu, 4 Feb 2021 14:47:24 -0700 Subject: [PATCH] ASDPLNG-39 Add puppet-profile_timezone to Puppetfile --- Puppetfile | 4 ++-- site-modules/profile/manifests/base.pp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Puppetfile b/Puppetfile index b775d3b..6748943 100644 --- a/Puppetfile +++ b/Puppetfile @@ -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_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_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/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' @@ -42,7 +42,7 @@ mod 'puppetlabs/stdlib', '6.3.0' mod 'richardc-datacat', '0.6.2' # mod 'saz/limits', '3.0.4' 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', 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' diff --git a/site-modules/profile/manifests/base.pp b/site-modules/profile/manifests/base.pp index 5e27f05..54b8fa0 100644 --- a/site-modules/profile/manifests/base.pp +++ b/site-modules/profile/manifests/base.pp @@ -9,7 +9,7 @@ class profile::base { include ::profile_motd include ::profile_pam_access include ::profile_sudo -# include ::profile_timezone + include ::profile_timezone include ::profile_system_auth include ::profile_virtual include ::sshd