Hi all,

I'm simply tryng to push a file with content in template:

file {'/tmp/test':
  ensure  => present,
  content => template('modulename/template_file.erb')
}

Template file contains a line like this:

{FOO}.

note final dot character. The file is correctly created but I have the
following error during the filebucket

Error: Could not retrieve content for {FOO}.
 from filebucket: Invalid checksum ".\n"
Wrapped exception:
Invalid checksum ".\n"

If I delete this line or the final dot it works fine. I've also tryed to
put the string in a variable but nothing...

Any ideas?

Thanks in advance,
Fx


-- 
Felice PizzurroSystem Administrator  felice.pizzu...@softecspa.it
<felice.pizzu...@softecspa.it>
*MOBILE* +39 335.5966705

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAMWW97P_r0HK3yAh5S9evQPjb1CDyc8Wg2zG0JHe3kD%2BikQEsA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to