client# facter domain klin.vmx1
I am writing an if loop in puppet so that it will base on the second octet 'klin' using $::domain
in puppet. How to parse $::domain
so that it will only case the second octet?
Thanks
[link] [comments]
client# facter domain klin.vmx1
I am writing an if loop in puppet so that it will base on the second octet 'klin' using $::domain
in puppet. How to parse $::domain
so that it will only case the second octet?
Thanks