Issue #1605 has been updated by James Turnbull. Target version deleted (unplanned)
---------------------------------------- Feature #1605: Halt on error https://projects.puppetlabs.com/issues/1605 Author: zan zan Status: Closed Priority: High Assignee: Category: Target version: Affected Puppet version: 0.24.4 Keywords: Branch: Hi, Stopping an automated policy enforcement on errors is essiential to prevent production systems damage. Would puppet support such a feature? Please send updates on this subject to [email protected]. >From http://www.infrastructures.org/papers/turing/turing.html : " 7.2.1 Right Commands, Wrong Order First we will cover a trivial but devastating example that is easily avoided. This once happened to a colleague while doing manual operations on a machine. He wanted to clean out the contents of a directory which ordinarily had the development group's source code NFS mounted over top of it. Here is what he wanted to do: umount /apps/src cd /apps/src rm -rf . mount /apps/src Here's what he actually did: umount /apps/src ...umount fails, directory in use; while resolving this, his pager goes off, he handles the interrupt, then... cd /apps/src rm -rf . Needless to say, there had also been no backup of the development source tree for quite some time... " -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
