[Puppet Users] Re: Problem in wordpress moodule.

2011-06-22 Thread jcbollinger
On Jun 20, 5:15 pm, lucas.brig...@ymail.com grillobri...@gmail.com wrote: 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:

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 john.bollin...@stjude.org On Jun 20, 5:15 pm, lucas.brig...@ymail.com grillobri...@gmail.com wrote: I actually posted about the problem with tar. I decided to

[Puppet Users] Re: Problem in wordpress moodule.

2011-06-21 Thread jcbollinger
On Jun 20, 4:54 pm, lucas.brig...@ymail.com grillobri...@gmail.com wrote: I tried using try the logouput = ON_FAILURE in the exec. But my client is a puppet CentOS. (The puppet version is outdated). Not recognizing this parameter. As you asked, I used the - debug. The output was

[Puppet Users] Re: Problem in wordpress moodule.

2011-06-20 Thread jcbollinger
On Jun 18, 1:35 pm, vagn scott vagnsc...@gmail.com 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 - $upstream | tar xzf - --xform 's,wordpress/,,':

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

2011-06-20 Thread lucas.brig...@ymail.com
2011/6/20 jcbollinger john.bollin...@stjude.org On Jun 18, 1:35 pm, vagn scott vagnsc...@gmail.com 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