From 8c51110d4d12151c1b86f6eafd036201202f46e2 Mon Sep 17 00:00:00 2001 From: Adam Henry Lewenberg <adamhl@stanford.edu> Date: Wed, 14 Dec 2016 09:42:55 -0800 Subject: [PATCH] fix typo in NEWS file --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index f8e83ed..898a887 100644 --- a/NEWS +++ b/NEWS @@ -71,8 +71,8 @@ release/005.000 (2016-11-21) Clients installing their own custom sources are advised to move all of that into separate classes, and to put those classes into a new phase of their - own. This new phase should "require => Phase['aptitude']" and - "before => Phase['main']", to ensure proper execution sequencing. + own. This new phase should "require => Stage['aptitude']" and + "before => Stage['main']", to ensure proper execution sequencing. [os/debian] Add two Hiera-configurable parameters to base::os::debian::apt: -- GitLab