Quantcast
Channel: Ask Puppet: Puppet DevOps Q&A Community - RSS feed
Viewing all articles
Browse latest Browse all 6104

In the node.pp i want some module should be installed in some of the system which start with usscl. For example my hostname is ussclsdabc01, ussclswergt1 If i use /^usscls(\d )\./ in node.pp it dont work. Anything missing. Please help

$
0
0
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

Viewing all articles
Browse latest Browse all 6104

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>