Re: [Puppet Users] Re: Problem in wordpress moodule.

2011-06-22 Thread lucas.brig...@ymail.com
These errors that you report was due to bad formatting of the text when posted. But thanks for the tips. 2011/6/22 jcbollinger > > > On Jun 20, 5:15 pm, "lucas.brig...@ymail.com" > wrote: > > I actually posted about the problem with "tar". > > I d

Re: [Puppet Users] Problem in wordpress moodule.

2011-06-20 Thread lucas.brig...@ymail.com
ken, The error was occurring because the version of the puppet. Thank you! -- 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

Re: [Puppet Users] Problem in wordpress moodule.

2011-06-20 Thread lucas.brig...@ymail.com
I actually posted about the problem with "tar". I decided to modify the module to not depend on "tar" installed. But I realized that any command that has parameters to run, the same problem occurswhen using this command: exec {"$ tar-vzxf downdir} {wordpress.tar.gz" path => ["/ u

Re: [Puppet Users] Problem in wordpress moodule.

2011-06-20 Thread lucas.brig...@ymail.com
y that and run the content with the --debug flag so we can > all see the output? (try putting the output in pastie.org if its a lot > of information). > > ken. > > On Mon, Jun 20, 2011 at 1:28 PM, lucas.brig...@ymail.com > wrote: > > I could not do what you suggested at

Re: [Puppet Users] Problem in wordpress moodule.

2011-06-20 Thread lucas.brig...@ymail.com
y that and run the content with the --debug flag so we can > all see the output? (try putting the output in pastie.org if its a lot > of information). > > ken. > > On Mon, Jun 20, 2011 at 1:28 PM, lucas.brig...@ymail.com > wrote: > > I could not do what you suggested at

Re: [Puppet Users] Re: Problem in wordpress moodule.

2011-06-20 Thread lucas.brig...@ymail.com
2011/6/20 jcbollinger > > > On Jun 18, 1:35 pm, vagn scott wrote: > > On 06/18/2011 10:31 AM, Markus Falb wrote: > > > > > > > > > On 18.6.2011 05:30, vagn scott wrote: > > > > >> or you can do what I do and pipe that archive into tar: > > > > >> exec { "true $title&& wget -O - $upstre

Re: [Puppet Users] Problem in wordpress moodule.

2011-06-20 Thread lucas.brig...@ymail.com
y that and run the content with the --debug flag so we can > all see the output? (try putting the output in pastie.org if its a lot > of information). > > ken. > > On Mon, Jun 20, 2011 at 1:28 PM, lucas.brig...@ymail.com > wrote: > > I could not do what you suggested at

Re: [Puppet Users] Problem in wordpress moodule.

2011-06-20 Thread lucas.brig...@ymail.com
I could not do what you suggested at the weekend. I tried all the tips you gave me. But I could not fix. The file directory is specified, the problem is that it gives error unpacking, and when I run the tar command line manually, it works fine. Sorry for my English! -- You received this message

[Puppet Users] Problem in wordpress moodule.

2011-06-17 Thread lucas.brig...@ymail.com
Hi! I'm doing a module for the "puppet" for WordPress will implement. I'm having problems with this line: exec { "tar -vzxf ${downdir}wordpress.tar.gz": path => ["/usr/local/bin","/opt/local/bin","/usr/bin","/usr/sbin"], } And the error generated is this: err: /Stage[m