Re: [Puppet Users] Hiera value and using looping on it

2021-12-16 Thread 'Dirk Heinrichs' via Puppet Users
Am Mittwoch, dem 15.12.2021 um 22:53 -0800 schrieb Tejas Bhosale: I have heira value as an example as ``` profile::candy::virtualhosts: abc.example.com: listen: '80' location: [v1, v2] backend_port: [3000, 3001] ``` Use profile::candy::virtualhosts: - name: abc.exacmple.com

[Puppet Users] Bolt 3.21.0 is now available

2021-12-16 Thread Puppet Product Updates
VERSION 3.21.0 *in this release* ✨ *new features* - Bolt now supports managing and applying configuration policies for targets. For more information about this feature, see the documentation

[Puppet Users] Hiera value and using looping on it

2021-12-16 Thread Tejas Bhosale
Hi, I have heira value as an example as ``` profile::candy::virtualhosts: abc.example.com: listen: '80' location: [v1, v2] backend_port: [3000, 3001] ``` Can anyone tell me how can i loop it to create nginx config along with locations setup i am able to create virtual host config u