[Puppet Users] Re: Managing /etc/hosts without using exported resources

2013-10-14 Thread JuanBrein
Hi Gonzalo, First of all you don't need puppetdb to use exported resources. A simple mysql database will do it, even sqlite works, not recommended though. Specifically what you need is stored configs configured in your puppet master. The problem with exported resources is that sometimes they

Re: [Puppet Users] Re: Managing /etc/hosts without using exported resources

2013-10-14 Thread R.I.Pienaar
- Original Message - From: JuanBrein juan.br...@gmail.com To: puppet-users@googlegroups.com Sent: Monday, October 14, 2013 12:45:05 PM Subject: [Puppet Users] Re: Managing /etc/hosts without using exported resources Hi Gonzalo, First of all you don't need puppetdb to use

Re: [Puppet Users] Re: Managing /etc/hosts without using exported resources

2013-10-14 Thread Gonzalo Servat
Hi Juan, Thanks for your reply. I was going to look into using stored configs with MySQL as per your suggestion, until I saw R.I.Pienaar's email :( Yes, I would certainly use DNS if I could, but unfortunately DNS is not an option in this setup. I think I will have to either parse files (eek) or