Title: Message Title
Charlie Sharpsteen commented on an issue
Puppet / Bug PUP-900
noop => true is ignored when resource is triggered by other resource
when running :

{code}
    file {'/tmp/asd':
      content => generate('/bin/date'),
    notify => Exec['ttt'],
    }


    exec { 'ttt':
      command =>'/bin/date',
      logoutput => true,
      noop => true,
    }
{code}

exec is still ran even tho it's set to noop, any notify to resource makes it ignore noop parameter:

{cod...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to