Title: Message Title
Sven Mueller commented on an issue
Puppet / Bug PUP-3045
exec resource with timeout doesn't kill executed command that times out
Trivial reproduction case:

exec { "sleep":
  command => "/bin/sleep 1800",
  timeout => 10,
}

With this, Puppet exits after roughly 10 seconds, but the sleep continues to run until the 1800 seconds are over.

My expectation would be for the sleep to get killed after the timeout hits.

As far as I can tell, the relevant code didn't change (muc...

--
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
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