ASDPLNG-100: Add profile_puppet_agent to manage puppet service
This commit is contained in:
parent
81ed403f4c
commit
15b5a16d9d
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user