On 08/29/2014 07:42 AM, daryl wiest wrote:
> 1. How can I debug what is going on with that statement?  making it an
> unless, it always runs, making it an onlyif, it never runs, so
> something is not working with the

Try puppet agent --test --debug

> comparison.  Is there something different I should be using for the
> compare?  (tripple equals, contains, etc..)

Actually, test(1) does not even take double equals - string comparison
is done via a single = sign.

> 2. How can I debug the value of the readlink statement (subshell
> execution?).  It doesn't work in notify.  I have tried assigning it to
> a value and then using notify, that didn't work eith

You can try an additional exec.

exec { 'test foo = bar ; echo $?': logoutput => true }

HTH,
Felix

-- 
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/54033AE5.10905%40Alumni.TU-Berlin.de.
For more options, visit https://groups.google.com/d/optout.

Reply via email to