uncomment puppet-profile_timesync in default role manifest to test it out

This commit is contained in:
Peter Enstrom 2021-04-16 10:49:52 -05:00
parent 1f9276ef85
commit 2b90627a03
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ class role::xcatmaster_puppetmaster {
include ::profile::squid_proxy
include ::profile::sssd
include ::profile_allow_ssh_from_cerberus
include ::profile_chrony::server
include ::profile_timesync::server
include ::profile_docker
include ::profile_puppet_master
include ::profile_xcat::master

View File

@ -4,7 +4,7 @@ class role::default {
include ::profile::base
# include ::profile::rsyslog::client
# include ::profile_chrony::client
include ::profile_timesync::client
# include ::profile_firewall
# include ::profile_telegraf # depends on github.com/ncsa/puppet-profile_telegraf