From 7ae4665cd2da57315a47e895683eb7729092deb8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 20 Dec 2013 21:54:13 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab09cc744..455f8361b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,9 @@ FEATURES: of what a template does. This will be shown in `packer inspect`. * Vagrant post-processor now accepts a list of files to include in the box. +* All provisioners can now have a "pause\_before" parameter to wait + some period of time before running that provisioner. This is useful + for reboots. [GH-737] IMPROVEMENTS: