ASDPLNG-100: Add profile_puppet_agent to manage puppet service

This commit is contained in:
Bill Glick 2021-04-09 09:57:05 -05:00
parent 81ed403f4c
commit 15b5a16d9d
No known key found for this signature in database
GPG Key ID: 11F4B27B369F39A4
2 changed files with 2 additions and 0 deletions

View File

@ -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'

View File

@ -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