Hi all, Is it possible to pass the parameter in Puppet ? For eg , If i have to create Disk partition module, so how can i pass the 1. **"Partition name"** 2. **"Size of partition**" parameter through Puppet Module each time when i run module.
Lot's of my modules use parameters. So how do I test the module with different parameters without the need to hardcode them?
↧