From 6b178a57f6ab740200f7367dbe73df4d561633b8 Mon Sep 17 00:00:00 2001 From: stack72 Date: Mon, 14 Apr 2014 17:30:39 +0100 Subject: [PATCH] Updating the Modulefile to 1.0.0 as this is a breaking change. We are now using certificate_thumbprint rather than certificate_name --- Modulefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modulefile b/Modulefile index de32a16..26ae738 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'opentable/iis' -version '0.0.2' +version '1.0.0' author 'opentable' license 'MIT' summary 'Module that will manage IIS for windows server 2008 and above. It will help maintain application pools, sites and virtual applications'