Skip to content

Commit

Permalink
Case sensitivity FTW :(
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Aug 4, 2014
1 parent 761315c commit dcc4498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dcc4498

Please sign in to comment.