Re: [Puppet Users] dynamic hiera_config setting

2013-08-12 Thread Pablo Wright
Hi James, One thing to take into account here is that hiera_config is under the [master] section, so it might not take into account settings in [agent], such as the environment. Try running puppet master --configprint environment to see if it's set to the default (which is production). Hope this

Re: [Puppet Users] windows : exec ressources and creates paramater

2013-01-24 Thread Pablo Wright
Hi Bernard! The creates attribute is a conditional for the exec run. From http://docs.puppetlabs.com/references/latest/type.html#exec : creates A file to look for before running the command. The command will only run if the file *doesn’t exist.* * * So it's actually looking for that file, and