How can I convert a shell script to the Puppet DSL
Hi, I have unix code like abcd=$(vgdisplay /dev/vg_cas|grep Free|awk '{print $5}')
. I wand to store fifth column of vgdisplay vg_cas
under abcd
variable. please tell me how I can achieve this in puppet.