11 lines
		
	
	
		
			238 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			238 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
 | 
						|
  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'],
 | 
						|
  }
 | 
						|
 |