Re: [Puppet Users] Design Patterns - Profiles & Shared Information

2017-01-09 Thread Peter Kristolaitis
We use something that's halfway between the second and third options. We use standardized namespaces in Hiera that group together logical sets of data (we use it mostly for distributed app configuration, but you could easily apply this to system configuration), then we pull that into our profi

[Puppet Users] Design Patterns - Profiles & Shared Information

2017-01-09 Thread Stefan Schlesinger
Hi, I wonder what approaches you are currently using for sharing common information among multiple Puppet profiles: To come up with some examples which will need to be maintained for multiple profiles: - HTTP proxy settings - IP ACLs for whitelists (eg. IP of monitoring systems, trusted hosts) -