Skip to content
Snippets Groups Projects
  1. Sep 22, 2021
  2. Feb 24, 2020
  3. Feb 21, 2020
  4. Feb 20, 2020
  5. Aug 01, 2019
  6. May 28, 2019
  7. May 22, 2019
  8. May 04, 2018
  9. May 03, 2018
  10. Apr 30, 2018
  11. Dec 27, 2017
    • Garrett Honeycutt's avatar
      Consolidate README · 48fb3931
      Garrett Honeycutt authored
      * Consolidate licensing info in LICENSE.md
      * Move changelog from README.md to CHANGELOG.md
      * Add @summary tags to manifests
      48fb3931
  12. Sep 26, 2017
  13. Aug 22, 2017
  14. Aug 17, 2017
  15. Jun 20, 2017
    • Thomas Linkin's avatar
      Use numeric UID and GID · 4d22d0ec
      Thomas Linkin authored
      Without this commit, this module will attempt to use "root" as the name
      of the user and group to own the configuration to. This is not wise
      given the range of systems this module will eventually come to support.
      Using a numberic UID/GID for ownership is far safer since the super user
      is always "0" regardless of human readable name.
      
      This commit uses the UID/GID of "0" for the ownership of the
      `nsswitch.conf` file.
      4d22d0ec
    • Thomas Linkin's avatar
      2.0.0
      506a7f0f
    • Thomas Linkin's avatar
      ac8190d6
    • Thomas Linkin's avatar
      Simplify the TravisCI matrix · 3c0cbcbf
      Thomas Linkin authored
      This commit removes all versions of Ruby from the TravisCI test matrix
      except 2.1.0. This is due to the fact that Puppet, Inc. only tests Puppet 4.x
      against Ruby 2.1.x internally. Newer versions of Puppet have also started
      throwing deprecation warnings that have been failing tests needlessly.
      3c0cbcbf
  16. Jun 19, 2017
    • Thomas Linkin's avatar
      Add default for "sudoers" database to Solaris · 0c5d8078
      Thomas Linkin authored
      This commit adds a default "sudoers" database of "undef" for Solaris
      systems.
      0c5d8078
    • Thomas Linkin's avatar
      Add default shadow value of "undef" for Solaris · dcdf8d1b
      Thomas Linkin authored
      During a recent addition, it appears the the default value for the
      "shadow" parameter for Solaris (which is undef) was removed. This was
      causing the module to fail when compiling for Solaris agents.
      
      A value of "undef" has been added since "shadow" is not a valid database
      for Solaris.
      dcdf8d1b
    • Thomas Linkin's avatar
      Correct typo in unit tests · 098b0809
      Thomas Linkin authored
      This commit corrects a typo in the unit tests causing the module to fail
      tests. The fact "operatingsystemmajrelease" had a typo that resulted in
      it not being set during testing that led to a false positive on
      failures.
      098b0809
    • Thomas Linkin's avatar
      Use $facts for all fact access · e37b11bb
      Thomas Linkin authored
      This commit replaces an instance of "::" fact access with `$facts`
      access. This should ensure that all fact access in this module is based
      on the new syntax for fact access.
      e37b11bb
    • Thomas Linkin's avatar
      Update travis configuration · cc4252e3
      Thomas Linkin authored
      This commit removes any test references to Puppet 3, as well as versions
      of Ruby below 2.0.0. This commit also ensure that the latest Puppet
      release at time of change (4.10.1) is being tested explicitly.
      cc4252e3
    • Thomas Linkin's avatar
      Remove dependencies from metadata.json · 07b1c457
      Thomas Linkin authored
      This commit removes the deprecated "pe" dependency from the module
      metadfata. This commit also removes the dependency on
      "puppetlabs/stdlib" as it is no longer needed in Puppet 4 thanks to data
      types.
      07b1c457
Loading