From dcc4498fef9f39f6969119f8515d31885cd631a4 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Mon, 4 Aug 2014 15:01:01 +0100 Subject: [PATCH] Case sensitivity FTW :( --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 82ac5fc..8144248 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -4,7 +4,7 @@ validate_re($location, '^(.)+$',"Must pass location to ${module_name}[${title}]") validate_re($thumbprint, '^(.)+$', "Must pass a certificate thumbprint to ${module_name}[${title}]") - ensure_resource('file', 'c:\temp', { ensure => directory }) + ensure_resource('file', 'C:\temp', { ensure => directory }) file { "inspect-${name}-certificate.ps1" : ensure => present,