control-repo/site-modules/controlm/manifests/controlm_agent/z1

11 lines
238 B
Plaintext
Raw Normal View History

2019-12-19 02:17:49 +00:00
file { '/apps/bmc/ctm/ctm_silentinstall_optus.xml':
ensure => file,
owner => 'root',
group => 'root',
mode => '0755',
content => template('controlm/agent_install.erb'),
require => User['ctmagent'],
}