Skip to content
Snippets Groups Projects
  1. Aug 31, 2018
  2. Aug 17, 2018
  3. May 24, 2018
    • Romain Tartière's avatar
      Relax permissions · 44ab771c
      Romain Tartière authored
      These files do not contain sensitive data, so keep the default files
      permissions.
      44ab771c
    • Romain Tartière's avatar
      Unbreak sendmail(1) · ee220c86
      Romain Tartière authored
      sendmail(1) reads parts of it's configuration from the main.cf file.
      When the file is not readable, the command invocation will fail with the
      following error:
      
      fatal: open /etc/postfix/main.cf: Permission denied
      
      The parameters read from main.cf are documented here:
      http://www.postfix.org/sendmail.1.html
      ee220c86
  4. May 09, 2018
  5. Jan 16, 2018
  6. Sep 20, 2017
  7. Sep 19, 2017
    • Raphaël Pinson's avatar
      Fix resource dependencies (#185) · 17d9d6ee
      Raphaël Pinson authored
      * Fix resource dependencies
      
      Dependencies must be set only if the resources exist in the catalog.
      For some weird reason, this worked in Puppet 4 (and shouldn't have).
      
      * Fix AbsolutePath test for Puppet 5
      17d9d6ee
  8. Sep 18, 2017
  9. Aug 25, 2017
  10. Aug 09, 2017
  11. May 22, 2017
  12. May 17, 2017
    • Raphaël Pinson's avatar
      Data types (#169) · 788d8764
      Raphaël Pinson authored
      * Use data types
      
      * Use data types
      
      * Use data types
      
      * Use data types
      
      * Use data types
      
      * Use data types
      
      * Use data types
      788d8764
  13. Apr 18, 2017
  14. Mar 31, 2017
  15. Jan 10, 2017
  16. Jan 05, 2017
  17. Nov 18, 2016
    • Garrett Honeycutt's avatar
      Ruby231 (#155) · 3b987762
      Garrett Honeycutt authored
      * Include puppet version requirements in metadata
      
      * Support Ruby 2.3.1
      
      This patch is needed to support the new Puppet v4 AIO which uses Ruby
      2.3.1.
      3b987762
  18. Nov 17, 2016
  19. Nov 08, 2016
    • Christian Kaenzig's avatar
      Merge pull request #154 from ckaenzig/fix-params-validation · 10456575
      Christian Kaenzig authored
      Fix params validation + specs
      10456575
    • Christian Kaenzig's avatar
      Fix params validation + specs · 4fa44f58
      Christian Kaenzig authored
      * Move params validation to corresponding class: We only need to valide the
      params when they need to be set / are actually used. Since Puppet 4.6 or 4.7,
      stdlib's validate_string function doesn't accept undef anymore, so this has
      to be changed.
      
      * Remove specific error checking in specs: types checking validate_* functions
      have different error messages depending on the version the stdlib module, the
      version of puppet, maybe the version of ruby, the phase of the Moon... who knows.
      4fa44f58
Loading