From f94b5bf18fb943502c7169f15c5284cbadb32448 Mon Sep 17 00:00:00 2001 From: ubellavance Date: Thu, 20 Apr 2017 12:42:07 -0400 Subject: [PATCH] Misleading commented params I think that these 2 lines should not be there: https://github.com/zend-patterns/ZendServerPuppet/blob/master/manifests/application/define.pp#L18-L19 AFAIK, create_vhost only applies to applicationDeploy and installApp --- manifests/application/define.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/manifests/application/define.pp b/manifests/application/define.pp index e71c86a..499db46 100644 --- a/manifests/application/define.pp +++ b/manifests/application/define.pp @@ -15,8 +15,6 @@ # It is advised you add a puppet "File" resource for the logo file and "require" it. # [*user_app_name*] # The user application's name (alias) (Default: resource name) -# [*create_vhost*] -# Whether to create a web server vhost to access the app. # [*user_params*] # Optional parameters to pass to the deployment command.