I tried to add the below lines in the node.pp so that it can install in the host which start with first few letter.
node /^ussclq(\d+)\./ {
include agent
}
node /^usscld(\d+)\./ {
include agent
}
node /^usscls(\d+)\./ {
include agent
}
my sample hostname
ussclqabc01
ussclqnhd01
usscldght01
usscldhji02
THanks
Sathya
↧