Why re-invent the wheel ? http://docs.puppetlabs.com/references/latest/type.html#host http://www.puppetcookbook.com/posts/adding-a-host-entry.html
“Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.” Bill Waterson (Calvin & Hobbes) ----- Original Message ----- From: "Romain Pelisse" <bela...@gmail.com> To: puppet-users@googlegroups.com Sent: Friday, December 21, 2012 2:38:27 PM Subject: [Puppet Users] A simple module to manipulate entry in /etc/hosts Hi all, As I used Puppet to set up on my laptop some local website with NGinx, I often need to add entry to /etc/hosts. I tried to hack that for a long time using exec and shell script, and - as almost always with exec, it turned out to be quite cumbersome. I googled a bit a find a module doing that, but also using exec - so I end up writing my own extension: Maybe some of you will find that useful: https://github.com/rpelisse/puppet-local-dns-ext PS: I'm far from being a Ruby developer, so any comment on the quality of it, or the lack of respect of some practises in the Ruby world are appreciated ! -- Romain PELISSE, "The trouble with having an open mind, of course, is that people will insist on coming along and trying to put things in it" -- Terry Pratchett Belaran ins Prussia (blog) (... finally up and running !) -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.