Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/puppet-jenkins
  Commit: bec6add010cc657d67d3d5147a42f6b7f2553b60
      
https://github.com/jenkinsci/puppet-jenkins/commit/bec6add010cc657d67d3d5147a42f6b7f2553b60
  Author: Joshua Hoblitt <j...@hoblitt.com>
  Date:   2016-12-27 (Tue, 27 Dec 2016)

  Changed paths:
    M manifests/slave.pp
    M spec/acceptance/slave_spec.rb
    M spec/classes/jenkins_slave_spec.rb
    M templates/jenkins-slave.service.erb

  Log Message:
  -----------
  jenkins::slave should not use libdir

<facepalm />

The jenkins libdir is only guaranteed to exist when the slave is being
configured on the same node as a jenkins master.  Slave specific files
should be installed under the slave user's home dir.


  Commit: 81918dc2e8a5849891e0c47b831b6c005e269167
      
https://github.com/jenkinsci/puppet-jenkins/commit/81918dc2e8a5849891e0c47b831b6c005e269167
  Author: Joshua Hoblitt <j...@hoblitt.com>
  Date:   2016-12-27 (Tue, 27 Dec 2016)

  Changed paths:
    M manifests/slave.pp
    M spec/acceptance/slave_spec.rb
    M spec/classes/jenkins_slave_spec.rb

  Log Message:
  -----------
  remove systemd fact quoting nonsense


  Commit: a6abca72c03b461a0380d292ad6cc5a0f4047385
      
https://github.com/jenkinsci/puppet-jenkins/commit/a6abca72c03b461a0380d292ad6cc5a0f4047385
  Author: Joshua Hoblitt <j...@hoblitt.com>
  Date:   2016-12-27 (Tue, 27 Dec 2016)

  Changed paths:
    M spec/acceptance/slave_spec.rb

  Log Message:
  -----------
  fix jenkins::slave systemd acceptance paths


  Commit: 6165911a1f68c62bd02e49891f9e69b8e8c20991
      
https://github.com/jenkinsci/puppet-jenkins/commit/6165911a1f68c62bd02e49891f9e69b8e8c20991
  Author: Joshua Hoblitt <j...@hoblitt.com>
  Date:   2016-12-29 (Thu, 29 Dec 2016)

  Changed paths:
    M .fixtures.yml
    M manifests/slave.pp
    M metadata.json
    M spec/classes/jenkins_slave_spec.rb
    M spec/spec_helper_acceptance.rb

  Log Message:
  -----------
  stop jenkins-slave service before systemd unit install

If the jenkins-slave service is already running under a sysv init script
and we are converting to systemd, the sysv instance will end up being
unmanaged and likely running in parallel with the new systemd managed
instance. To prevent this, we force the jenkins-slave service to be in
the `stopped` state before even installing the systemd service unit.


  Commit: 3c9b13f8af6d05e8eee34fc646285c4d54f5acad
      
https://github.com/jenkinsci/puppet-jenkins/commit/3c9b13f8af6d05e8eee34fc646285c4d54f5acad
  Author: Joshua Hoblitt <j...@hoblitt.com>
  Date:   2016-12-29 (Thu, 29 Dec 2016)

  Changed paths:
    M .fixtures.yml
    M manifests/slave.pp
    M metadata.json
    M spec/acceptance/slave_spec.rb
    M spec/classes/jenkins_slave_spec.rb
    M spec/spec_helper_acceptance.rb
    M templates/jenkins-slave.service.erb

  Log Message:
  -----------
  Merge pull request #692 from jhoblitt/bugfix/slave-systemd

fix slave systemd support


Compare: 
https://github.com/jenkinsci/puppet-jenkins/compare/d58a2cd42067...3c9b13f8af6d

-- 
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