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