From 8d5476f6ebdd350f29c3259c5646689ade92bd09 Mon Sep 17 00:00:00 2001 From: Michael T Lombardi Date: Fri, 20 Oct 2017 11:39:01 -0500 Subject: [PATCH] (MAINT) Correct supported versions & platforms This commit removes the specification of minimum required Puppet Enterprise version from the Setup Requirements section of the readme. It does so both because this information already exists in the metadata.json and because the forge prominently displays compatible versions. This commit also adds Windows Server 2016 as a supported option in the same section of the readme since this is also specified in the metadata.json file. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e5693d8a..751f6429 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,9 @@ Microsoft SQL Server is a database platform for Windows. The sqlserver module le The sqlserver module requires the following: -* Puppet Enterprise 3.7 or later. * .NET 3.5. (Installed automatically if not present. This might require an internet connection.) * The contents of the SQL Server ISO file, mounted or extracted either locally or on a network share. -* Windows Server 2012 or 2012 R2. +* Windows Server 2012, 2012 R2, or 2016. ### Beginning with sqlserver