From fea37ef7e99b04d1c1178ee04015e6a0039eb2df Mon Sep 17 00:00:00 2001 From: stack72 Date: Tue, 22 Apr 2014 12:47:57 +0100 Subject: [PATCH] Adding the correct template name for the manage_binding manifest --- manifests/manage_binding.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/manage_binding.pp b/manifests/manage_binding.pp index c48fb64..9baeba0 100644 --- a/manifests/manage_binding.pp +++ b/manifests/manage_binding.pp @@ -31,13 +31,13 @@ file { "inspect-${title}-certificate.ps1": ensure => present, path => "C:\\temp\\inspect-${name}.ps1", - content => template('iis/inspect-certificate-binding.ps1'), + content => template('iis/inspect-certificate-binding.ps1.erb'), } file { "create-${title}-certificate.ps1": ensure => present, path => "C:\\temp\\create-${name}.ps1", - content => template('iis/create-certificate-binding.ps1'), + content => template('iis/create-certificate-binding.ps1.erb'), } exec { "Attach-Certificate-${title}":