[Puppet Users] Multiple template fallbacks

2011-09-01 Thread Sam Morrison
Hi, In a file resource I want to be able to specify multiple template contents. If the 1st template doesn't exist use the 2nd listed and so on. Much like how the source attribute works. Basically this: file { /tmp/somefile.txt: ensure = present, content = [

Re: [Puppet Users] Multiple template fallbacks

2011-09-01 Thread Nigel Kersten
On Wed, Aug 31, 2011 at 10:48 PM, Sam Morrison sorri...@gmail.com wrote: Hi, In a file resource I want to be able to specify multiple template contents. If the 1st template doesn't exist use the 2nd listed and so on. Much like how the source attribute works. Basically this: file {

Re: [Puppet Users] Multiple template fallbacks

2011-09-01 Thread Wolf Noble
Here's what I've been doing, fwiw: file { 'nsswitch.conf': path = '/etc/nsswitch.conf', content = inline_template( file( /etc/puppet/modules/dist/ldapclient/templates/etc/nsswitch.conf.$hostname.erb,

Re: [Puppet Users] Multiple template fallbacks

2011-09-01 Thread Sam Morrison
Thanks Wolf, This works perfectly. Cheers, Sam -- You received this message because you are subscribed to the Google Groups Puppet Users group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/oayiKvapyZUJ. To post to this group, send email to