sdfsfd
This commit is contained in:
		
							parent
							
								
									0be6e37fcd
								
							
						
					
					
						commit
						96de221721
					
				@ -6,14 +6,14 @@ class controlm::controlm_agent::install inherits controlm::controlm_agent {
 | 
				
			|||||||
  augeas { 'controlm':
 | 
					  augeas { 'controlm':
 | 
				
			||||||
  context => '/files/etc/services',
 | 
					  context => '/files/etc/services',
 | 
				
			||||||
  changes => [
 | 
					  changes => [
 | 
				
			||||||
    "set service-name[port = '${s2a_port}'][protocol = 'udp'] ctmagent",
 | 
					    "set service-name[port = '${s2a_port}'][protocol = 'udp'][alias = 'test'][#comment = "test123"] ctmagent",
 | 
				
			||||||
    "set service-name[port = '${s2a_port}'][protocol = 'udp']/ #comment 'Henry123']",
 | 
					  #  "set service-name[port = '${s2a_port}'][protocol = 'udp']/ #comment 'Henry123']",
 | 
				
			||||||
    "set service-name[port = '${s2a_port}'][protocol = 'tcp'] ctmagent",
 | 
					    "set service-name[port = '${s2a_port}'][protocol = 'tcp'][alias = 'test'][#comment = "test123"] ctmagent",
 | 
				
			||||||
    "set service-name[port = '${s2a_port}'][protocol = 'tcp']/ #comment 'Henry234']",
 | 
					  #  "set service-name[port = '${s2a_port}'][protocol = 'tcp']/ #comment 'Henry234']",
 | 
				
			||||||
    "set service-name[port = '${a2s_port}'][protocol = 'udp'] ctmagent",
 | 
					    "set service-name[port = '${a2s_port}'][protocol = 'udp'][alias = 'test'][#comment = "test123"] ctmagent",
 | 
				
			||||||
    "set service-name[port = '${a2s_port}'][protocol = 'udp']/ #comment 'Henry345'",
 | 
					  #  "set service-name[port = '${a2s_port}'][protocol = 'udp']/ #comment 'Henry345'",
 | 
				
			||||||
    "set service-name[port = '${a2s_port}'][protocol = 'tcp'] ctmagent",
 | 
					    "set service-name[port = '${a2s_port}'][protocol = 'tcp'][alias = 'test'][#comment = "test123"] ctmagent",
 | 
				
			||||||
    "set service-name[port = '${a2s_port}'][protocol = 'tcp']/ #comment 'Henry456'",
 | 
					  #  "set service-name[port = '${a2s_port}'][protocol = 'tcp']/ #comment 'Henry456'",
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user