Branch: refs/heads/production
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: ea76b290c0eea72a39748309f7e96d7c319f0074
      
https://github.com/jenkins-infra/jenkins-infra/commit/ea76b290c0eea72a39748309f7e96d7c319f0074
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2015-04-01 (Wed, 01 Apr 2015)

  Changed paths:
    M dist/profile/manifests/confluence.pp

  Log Message:
  -----------
  fixed a confluence virtual host setting.

vhost_name sets the host name part of <VirtualHost HOST:PORT> directive, which 
makes virtual host only applicable when the request comes through IP address 
that HOST refers to.

Tests failed to catch this because serverspec makes curl call from within, 
which means the request was coming from 127.0.0.1 that host name 
'wiki.jenkins-ci.org' was resolving to on this box.

Also removing "ssl => true" because it tries to set the certificate path & 
server key path. Given the way SSL works, trying to configure such information 
inside VirtualHost really doesn't make sense. See [1] for more info.

I still remain wholly unconvinced about the way puppet handles apache 
configuration files. I'd much rather write a per-site *.conf file directly by 
hand than learning how puppet maps those to parameters and how they get 
translated into the *.conf files. It's neither particularly readable or 
writable. But oh well.

[1] https://wiki.apache.org/httpd/NameBasedSSLVHosts


  Commit: 0aa9a0d09fbcfbb5924f18e9a0f275049addee89
      
https://github.com/jenkins-infra/jenkins-infra/commit/0aa9a0d09fbcfbb5924f18e9a0f275049addee89
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2015-04-01 (Wed, 01 Apr 2015)

  Changed paths:
    A hieradata/clients/lettuce.yaml

  Log Message:
  -----------
  lettuce now needs to deploy the SSL key for wiki.jenkins-ci.org


  Commit: df5e4e1aa25b2d47e9f1c7a145c7260b9b79c4fb
      
https://github.com/jenkins-infra/jenkins-infra/commit/df5e4e1aa25b2d47e9f1c7a145c7260b9b79c4fb
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2015-04-01 (Wed, 01 Apr 2015)

  Changed paths:
    M .fixtures.yml
    M Puppetfile

  Log Message:
  -----------
  datadog-agent specifies ruby 0.2.0 as the dependency.

So to satisfy that constraint, we need to use 0.2.0. According to the
changelog of puppetlabs/ruby, 0.2.0 and 0.2.1 is a metadata-only change,
so this is hopefully OK.


  Commit: 59c17d8f1d5aa081ceb0264b4cb0bf1f2ff6a853
      
https://github.com/jenkins-infra/jenkins-infra/commit/59c17d8f1d5aa081ceb0264b4cb0bf1f2ff6a853
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2015-04-01 (Wed, 01 Apr 2015)

  Changed paths:
    M dist/profile/manifests/apache-cert.pp

  Log Message:
  -----------
  SSL module needs to be activated explicitly.


  Commit: 0934ebe5ecd495414fa9b9bc93f82e3beb31d2e9
      
https://github.com/jenkins-infra/jenkins-infra/commit/0934ebe5ecd495414fa9b9bc93f82e3beb31d2e9
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2015-04-01 (Wed, 01 Apr 2015)

  Changed paths:
    M dist/profile/manifests/jira.pp

  Log Message:
  -----------
  JIRA version of ea76b290c0eea72a39748309f7e96d7c319f0074


  Commit: f48ef7116793a904312b81ca23dbadf08e38cfd4
      
https://github.com/jenkins-infra/jenkins-infra/commit/f48ef7116793a904312b81ca23dbadf08e38cfd4
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2015-04-01 (Wed, 01 Apr 2015)

  Changed paths:
    M dist/profile/manifests/apache-cert.pp

  Log Message:
  -----------
  Let apache module enable the mod


  Commit: 11044aea72160f171a403405db4913d6b0496e2d
      
https://github.com/jenkins-infra/jenkins-infra/commit/11044aea72160f171a403405db4913d6b0496e2d
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2015-04-01 (Wed, 01 Apr 2015)

  Changed paths:
    M .fixtures.yml
    M Puppetfile
    M dist/profile/manifests/apache-cert.pp
    M dist/profile/manifests/confluence.pp
    M dist/profile/manifests/jira.pp
    A hieradata/clients/lettuce.yaml

  Log Message:
  -----------
  Merge pull request #81 from jenkins-infra/staging

Changes to deploy mock-Confluenc on lettuce correctly


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/fdb7862310ea...11044aea7216

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to