I can't stop puppet by using Ctrl+C

1

After upgrading to puppet 3.8 I can't stop a puppet run by pressing Ctrl+C.

At first I thought that maybe they capture SIGINT and ignore it. But if I do a puppet run from inside a docker container, Ctrl+C works correctly.

Edit:

This is what gets printed when I press Ctrl+C:

^CNotice: Caught INT; storing stop

cristi

Posted 2015-11-09T06:53:07.373

Reputation: 453

That one works :) – cristi – 2015-11-09T07:09:41.697

Answers

1

Try sending a SIGQUIT instead using Ctrl+\.


There is a Puppet Labs JIRA ticket on this issue.

Deltik

Posted 2015-11-09T06:53:07.373

Reputation: 16 807