Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(MODULES-2757) Adding if around ServerName in template #1237

Merged
merged 1 commit into from Oct 30, 2015

Conversation

damonconway
Copy link
Contributor

Changing template to wrap ServerName in an if statement so you can set $::apache::vhost::servername to false and skip adding ServerName to the config.

@igalic
Copy link
Contributor

igalic commented Oct 29, 2015

@damonconway what's the benefit of doing that?


<igalic> fajita: servername default
<fajita> The default value for ServerName in the virtual host context is the
  ServerName in the server context. The default value for the ServerName in
  the server context is the hostname of the server

@damonconway
Copy link
Contributor Author

As I explained in the ticket, we were unable to get the cluster module
packaged with jboss enterprise to work unless we completely removed the
ServerName line. I tried a servername of default, but that didn't work
either.

Thanks,
Damon

On Thu, Oct 29, 2015 at 8:30 AM, Igor Galić notifications@github.com
wrote:

@damonconway https://github.com/damonconway what's the benefit of doing
that?


Reply to this email directly or view it on GitHub
#1237 (comment)
.

@igalic
Copy link
Contributor

igalic commented Oct 30, 2015

nod

would you mind rebasing?

@damonconway
Copy link
Contributor Author

Absolutely. I've not done a rebase before. I assume you want me to bring my branch up to date with master, correct?

@damonconway
Copy link
Contributor Author

Found the docs and did the rebase.

igalic added a commit that referenced this pull request Oct 30, 2015
(MODULES-2757) Adding if around ServerName in template
@igalic igalic merged commit 20fc4c9 into puppetlabs:master Oct 30, 2015
@igalic
Copy link
Contributor

igalic commented Oct 30, 2015

thanks @damonconway!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants