From 15b5a16d9d48f33f850d87794dae7dccb3d806f3 Mon Sep 17 00:00:00 2001 From: Bill Glick Date: Fri, 9 Apr 2021 09:57:05 -0500 Subject: [PATCH] ASDPLNG-100: Add profile_puppet_agent to manage puppet service --- Puppetfile | 1 + site-modules/profile/manifests/base.pp | 1 + 2 files changed, 2 insertions(+) diff --git a/Puppetfile b/Puppetfile index fe32e8e..fd85c28 100644 --- a/Puppetfile +++ b/Puppetfile @@ -20,6 +20,7 @@ mod 'ncsa/profile_firewall', tag: 'v1.0.2', git: 'https://github.com/ncsa/puppet mod 'ncsa/profile_monitoring', tag: 'v0.1.5', 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.5', git: 'https://github.com/ncsa/puppet-profile_pam_access' +mod 'ncsa/profile_puppet_agent', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_puppet_agent' mod 'ncsa/profile_puppet_master', tag: 'v0.1.1', 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' diff --git a/site-modules/profile/manifests/base.pp b/site-modules/profile/manifests/base.pp index faa2619..06636db 100644 --- a/site-modules/profile/manifests/base.pp +++ b/site-modules/profile/manifests/base.pp @@ -10,6 +10,7 @@ class profile::base { include ::profile_monitoring include ::profile_motd include ::profile_pam_access + include ::profile_puppet_agent include ::profile_sudo include ::profile_timezone include ::profile_system_auth