Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/puppet-jenkins
  Commit: 532242964375efc1013ba186f201ecbd74de0b36
      
https://github.com/jenkinsci/puppet-jenkins/commit/532242964375efc1013ba186f201ecbd74de0b36
  Author: Joshua Hoblitt <[email protected]>
  Date:   2016-02-14 (Sun, 14 Feb 2016)

  Changed paths:
    M manifests/augeas.pp
    M manifests/cli_helper.pp
    M manifests/credentials.pp
    M manifests/init.pp
    M manifests/job.pp
    M manifests/job/absent.pp
    M manifests/job/present.pp
    M manifests/master.pp
    M manifests/params.pp
    M manifests/plugin.pp
    M manifests/slave.pp
    M manifests/sysconfig.pp
    M manifests/user.pp
    M spec/defines/jenkins_augeas_spec.rb
    M spec/defines/jenkins_job_spec.rb
    M spec/defines/jenkins_plugin_spec.rb

  Log Message:
  -----------
  validate all class/define params

Note that types of some parameters were ambiguous and the strict type
validation may require minor manifest changes for compatibility.
Specifically:

- quoted Boolean keywords in strings, eg., `'true'` & `'false'`, are no
  longer accepted as Boolean values.

- Integer values (eg., port numbers) may no longer be a string.

- The integer values `0` & `1` which, `jenkins::job`'s `enabled` param
  has used as a proxy for Boolean values, are depreciated and will now
  generate a warning.  Support for integer values will be removed in
  a future release. Proper Boolean types should be used instead.

Resolves #392


  Commit: c9a309f1b125a842b98fbb9d7ac6f62ff9d6e32c
      
https://github.com/jenkinsci/puppet-jenkins/commit/c9a309f1b125a842b98fbb9d7ac6f62ff9d6e32c
  Author: Joshua Hoblitt <[email protected]>
  Date:   2016-02-14 (Sun, 14 Feb 2016)

  Changed paths:
    M spec/classes/jenkins_cli_helper_spec.rb
    M spec/classes/jenkins_cli_spec.rb
    M spec/classes/jenkins_config_spec.rb
    M spec/classes/jenkins_direct_download_spec.rb
    M spec/classes/jenkins_firewall_spec.rb
    M spec/classes/jenkins_jobs_spec.rb
    M spec/classes/jenkins_master_spec.rb
    M spec/classes/jenkins_package_spec.rb
    M spec/classes/jenkins_plugins_spec.rb
    M spec/classes/jenkins_proxy_spec.rb
    M spec/classes/jenkins_repo_el_spec.rb
    M spec/classes/jenkins_repo_spec.rb
    M spec/classes/jenkins_security_spec.rb
    M spec/classes/jenkins_service_spec.rb
    M spec/classes/jenkins_slave_spec.rb
    M spec/classes/jenkins_spec.rb
    M spec/classes/jenkins_users_spec.rb
    M spec/defines/jenkins_augeas_spec.rb
    M spec/defines/jenkins_cli_exec_spec.rb
    M spec/defines/jenkins_credentials_spec.rb
    M spec/defines/jenkins_job_spec.rb
    M spec/defines/jenkins_plugin_spec.rb

  Log Message:
  -----------
  fix rspec compatibility with puppet 4.2


  Commit: 38cb1a03ebd749606e1276a9a2df9b91d14aa6ab
      
https://github.com/jenkinsci/puppet-jenkins/commit/38cb1a03ebd749606e1276a9a2df9b91d14aa6ab
  Author: Joshua Hoblitt <[email protected]>
  Date:   2016-02-14 (Sun, 14 Feb 2016)

  Changed paths:
    M spec/defines/jenkins_job_spec.rb
    M spec/defines/jenkins_user_spec.rb

  Log Message:
  -----------
  fix rspec compatibility with puppet 4.3


  Commit: 974b891997c99333dd044fba440bfc333889e806
      
https://github.com/jenkinsci/puppet-jenkins/commit/974b891997c99333dd044fba440bfc333889e806
  Author: Joshua Hoblitt <[email protected]>
  Date:   2016-02-14 (Sun, 14 Feb 2016)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  add puppet 4.[23] to travis matrix

+ remove versions of puppet < 3.8


  Commit: 353a92433d167d1391d4486c25ca740073ffe595
      
https://github.com/jenkinsci/puppet-jenkins/commit/353a92433d167d1391d4486c25ca740073ffe595
  Author: Joshua Hoblitt <[email protected]>
  Date:   2016-02-24 (Wed, 24 Feb 2016)

  Changed paths:
    M .travis.yml
    M manifests/augeas.pp
    M manifests/cli_helper.pp
    M manifests/credentials.pp
    M manifests/init.pp
    M manifests/job.pp
    M manifests/job/absent.pp
    M manifests/job/present.pp
    M manifests/master.pp
    M manifests/params.pp
    M manifests/plugin.pp
    M manifests/slave.pp
    M manifests/sysconfig.pp
    M manifests/user.pp
    M spec/classes/jenkins_cli_helper_spec.rb
    M spec/classes/jenkins_cli_spec.rb
    M spec/classes/jenkins_config_spec.rb
    M spec/classes/jenkins_direct_download_spec.rb
    M spec/classes/jenkins_firewall_spec.rb
    M spec/classes/jenkins_jobs_spec.rb
    M spec/classes/jenkins_master_spec.rb
    M spec/classes/jenkins_package_spec.rb
    M spec/classes/jenkins_plugins_spec.rb
    M spec/classes/jenkins_proxy_spec.rb
    M spec/classes/jenkins_repo_el_spec.rb
    M spec/classes/jenkins_repo_spec.rb
    M spec/classes/jenkins_security_spec.rb
    M spec/classes/jenkins_service_spec.rb
    M spec/classes/jenkins_slave_spec.rb
    M spec/classes/jenkins_spec.rb
    M spec/classes/jenkins_users_spec.rb
    M spec/defines/jenkins_augeas_spec.rb
    M spec/defines/jenkins_cli_exec_spec.rb
    M spec/defines/jenkins_credentials_spec.rb
    M spec/defines/jenkins_job_spec.rb
    M spec/defines/jenkins_plugin_spec.rb
    M spec/defines/jenkins_user_spec.rb

  Log Message:
  -----------
  Merge pull request #473 from jhoblitt/maint/validate-params

validate all class/define params


Compare: 
https://github.com/jenkinsci/puppet-jenkins/compare/12341f3758fc...353a92433d16

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to