From 381ac4890cfced84edb9e115e1e53387f6fb8392 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 16 Jul 2019 11:20:48 -0400 Subject: update from Stable "stretch" to Stable "buster" in some examples --- src/Propellor/Info.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Propellor/Info.hs') diff --git a/src/Propellor/Info.hs b/src/Propellor/Info.hs index 01a53ad5..f3627174 100644 --- a/src/Propellor/Info.hs +++ b/src/Propellor/Info.hs @@ -91,13 +91,13 @@ hasContainerCapability c = elem c -- It also lets the type checker know that all the properties of the -- host must support Debian. -- --- > & osDebian (Stable "stretch") X86_64 +-- > & osDebian (Stable "buster") X86_64 osDebian :: DebianSuite -> Architecture -> Property (HasInfo + Debian) osDebian = osDebian' Linux -- Use to specify a different `DebianKernel` than the default `Linux` -- --- > & osDebian' KFreeBSD (Stable "stretch") X86_64 +-- > & osDebian' KFreeBSD (Stable "buster") X86_64 osDebian' :: DebianKernel -> DebianSuite -> Architecture -> Property (HasInfo + Debian) osDebian' kernel suite arch = tightenTargets $ os (System (Debian kernel suite) arch) -- cgit v1.2.3