Title: Message Title
Adrien Thebo commented on an issue
Puppet / Bug PUP-1106
Resource refreshes don't check for failed dependencies
Given this manifest:

{code}
exec{"moo":
    command => "/usr/bin/cowsay 'fail :('",
    refreshonly => true,
    logoutput => true,
    require => Exec["false"],
    subscribe => [ File["/tmp/1"], File["/tmp/2"], File["/tmp/3"] ]
}

file{"/tmp/1": content => 1}
file{"/tmp/2": content => 2}
file{"/tmp/3": content => 3}
exec{"false": command...

--
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