Re: [Puppet Users] Get data from password protected file SSL

2014-01-23 Thread Marc Huffnagle
I'm not sure if this is exactly what you're looking for, but check out https://github.com/sihil/hiera-eyaml-gpg - Marc On 1/21/14 6:02 PM, Gautam Chand Nutalapati wrote: I have a key and file A. usually to retrieve data from file, I guess we do something like $var = File(path/A) How do

[Puppet Users] Force default parameters in hiera

2013-10-22 Thread Marc Huffnagle
I have a hiera configuration that specifies the following hierarchy: :hierarchy: - nodes/%{::fqdn} - common In this example, let's say I'm using the puppetlabs ntp module, which has a parameter called servers. I have a list of NTP servers that I want to be used by all but one node. On one