GithubHelp home page GithubHelp logo

3.0.0 Release Summary about puppet-nscd HOT 2 CLOSED

voxpupuli avatar voxpupuli commented on July 20, 2024
3.0.0 Release Summary

from puppet-nscd.

Comments (2)

traylenator avatar traylenator commented on July 20, 2024

Not noticed last time.

Getting weird line endings from the release issue into CHANGELOG.

cat -A CHANGELOG.md | head 
$
## [v3.0.0](https://github.com/voxpupuli/puppet-nscd/tree/v3.0.0) (2019-10-07)$
$
[Full Changelog](https://github.com/voxpupuli/puppet-nscd/compare/v2.0.0...v3.0.0)$
$
Version 3 is a new major version of [puppet/nscd](https://forge.puppet.com/puppet/nscd).  For most use cases, it is backwards incompatible and users will need to modify their declarations of the `nscd` class.^M$
^M$
The previous parameters such as^M$
^M$
* passwd_positive_ttl positive time to live for passwords database.^M$
* passwd_negative_ttl negative time to live for passwords database.^M$
* enable_passwd enable password cache.^M$
* ....^M$
^M$
are now all removed and instead all database parameters are specified with the ^M$
dbconfig parameter. e.g.^M$
^M$
```puppet^M$
class{'nscd':^M$
  dbconfig => {^M$
    'passwd' => {^M$
      'enable-cache' => true,^M$
      'positive-time-to-live' => 500,^M$
      'negative-time-to-live' => 500,^M$
     },^M$
    'group' => {^M$
      'enable-cache' => true,^M$
      'positive-time-to-live' => 500,^M$
      'negative-time-to-live' => 500,^M$
     },^M$
  },^M$
}^M$
```^M$
^M$
The advantage of this breaking change that profits from newer puppet features is the module is much easier to maintain especially with respect to multiple OSes^M$
$
$
**Breaking changes:**$
$

Note the ^M in there.

from puppet-nscd.

alexjfisher avatar alexjfisher commented on July 20, 2024

How about voxpupuli/modulesync_config#595 as a workaround instead of people having to remember to run dos2unix themselves?

from puppet-nscd.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.