From 84cc5b042178347ae4523a16d6d91c81aa053737 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 30 Jan 2017 16:10:45 -0500 Subject: [PATCH] Remove non-US-ASCII from nova::compute::vmware Change-Id: I4f1f93979210b2947de4596debf271d71c7f73f1 --- manifests/compute/vmware.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/compute/vmware.pp b/manifests/compute/vmware.pp index 969ebd86e..53586d225 100644 --- a/manifests/compute/vmware.pp +++ b/manifests/compute/vmware.pp @@ -45,7 +45,7 @@ # (optional) Allow insecure conections. # If true, the vCenter server certificate is not verified. If # false, then the default CA truststore is used for verification. This -# option is ignored if “ca_file” is set. +# option is ignored if 'ca_file' is set. # Defaults to $::os_service_default # # [*ca_file*]