I need configure one command exec with onlyif parameter.
I want test file size exist or no.
Ho i do this?
Tks in advanced.
Douglas
--You received this message because you are subscribed to the Google Groups "Puppet Users" group.To post to this group, send email to puppet...@googlegroups.com.To unsubscribe from this group, send email to puppet-users...@googlegroups.com.For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Douglas
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Checkout the 'creates' property, it seems like a cleaner way of doing this:
On Mon, Mar 12, 2012 at 12:23 PM, Douglas Brancaglion <douglas...@gmail.com> wrote:
Hi guys!
I need configure one command exec with onlyif parameter.
I want test file size exist or no.
Ho i do this?
Tks in advanced.
Douglas
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
--
Doug Chapman
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users...@googlegroups.com.
Checkout the 'creates' property, it seems like a cleaner way of doing this:
Mohamed.
> --
> 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/-/uiuySO1RfNMJ.
>
> To post to this group, send email to puppet...@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users...@googlegroups.com.
On Tue, Mar 13, 2012 at 3:51 PM, Mohamed Lrhazi <lrh...@gmail.com> wrote:
> You might want to rephrase your question, as it is not obvious, at
> least not to me.
>
> Mohamed.
If the "creates" property of a Exec points to a symlink, what is the
effect if the target of the symlink is missing?
Cheers,