From ebecb6a7080fe3732c685e2d110d4e1d21bbc300 Mon Sep 17 00:00:00 2001
From: Bill Glick <bglick@illinois.edu>
Date: Thu, 18 Mar 2021 16:36:12 -0500
Subject: [PATCH] ASDPLNG-29: Add telegraf_ping_check

---
 Puppetfile                                   | 4 ++--
 site-modules/role/manifests/puppet_master.pp | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Puppetfile b/Puppetfile
index 92e1663..12bffa7 100644
--- a/Puppetfile
+++ b/Puppetfile
@@ -16,8 +16,8 @@ mod 'ncsa/profile_allow_ssh_from_bastion', tag: 'v0.2.1', git: 'https://github.c
 # mod 'ncsa/profile_chrony', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_chrony'
 mod 'ncsa/profile_dns_cache', tag: 'v1.0.0', git: 'https://github.com/ncsa/puppet-profile_dns_cache'
 # mod 'ncsa/profile_email', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_email'
-# mod 'ncsa/profile_firewall', tag: 'v1.0.1', git: 'https://github.com/ncsa/puppet-profile_firewall'
-mod 'ncsa/profile_monitoring', tag: 'v0.1.3', git: 'https://github.com/ncsa/puppet-profile_monitoring'
+mod 'ncsa/profile_firewall', tag: 'v1.0.1', git: 'https://github.com/ncsa/puppet-profile_firewall'
+mod 'ncsa/profile_monitoring', tag: 'v0.1.4', git: 'https://github.com/ncsa/puppet-profile_monitoring'
 mod 'ncsa/profile_motd', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_motd'
 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.1', git: 'https://github.com/ncsa/puppet-profile_puppet_master'
diff --git a/site-modules/role/manifests/puppet_master.pp b/site-modules/role/manifests/puppet_master.pp
index 7c10a89..24ab82f 100644
--- a/site-modules/role/manifests/puppet_master.pp
+++ b/site-modules/role/manifests/puppet_master.pp
@@ -4,5 +4,6 @@ class role::puppet_master {
 
   include ::profile::base
   include ::profile_puppet_master
+  include ::profile_monitoring::telegraf_ping_check
 
 }