Skip to content
Snippets Groups Projects
  1. Jul 06, 2014
  2. Jun 17, 2014
  3. Jun 05, 2014
  4. Jun 02, 2014
  5. May 23, 2014
  6. May 12, 2014
  7. May 05, 2014
    • Bill MacAllister's avatar
      Implement rsyslog queues for default actions · 5c5bd2fb
      Bill MacAllister authored
      Modify the default rsyslog configuration for V7 servers.  The new
      configuration creates a separate queues for writing to the local disk
      and sending to the remote syslog server.  This prevents messages from
      being lost when the central server is down and allows writing to local
      disk to continue.
      5c5bd2fb
  8. Apr 01, 2014
    • Bill MacAllister's avatar
      Handle use_syslog_conf as a string or a boolean · b2d7a569
      Bill MacAllister authored
      Change the handling of the use_syslog_conf variable in the
      rsyslog.conf.erb template to allow the variable to be either a string
      or a boolean.  This works around a problem with puppet's handling of
      booleans in some situations.  (whm)
      b2d7a569
  9. Mar 24, 2014
  10. Feb 27, 2014
  11. Feb 11, 2014
  12. Feb 10, 2014
  13. Jan 16, 2014
  14. Jan 15, 2014
  15. Nov 24, 2013
  16. Nov 20, 2013
  17. Sep 19, 2013
  18. Sep 12, 2013
  19. Aug 28, 2013
  20. Aug 21, 2013
  21. Aug 14, 2013
  22. Aug 13, 2013
  23. Jul 13, 2013
    • Russ Allbery's avatar
      Deprioritize anycast DNS servers · 9ce1f8d8
      Russ Allbery authored
      Move campus anycast DNS servers to the bottom of the DNS server list
      for now.  These are not yet considered production DNS servers.
      9ce1f8d8
    • Russ Allbery's avatar
      Templatize the default crontab, remove anacron support · 5c831dcd
      Russ Allbery authored
      The static crontab files installed by base::cron have been replaced
      with a template to handle differences between Red Hat and Debian.  The
      periodic cron jobs no longer even attempt to use anacron, avoiding any
      problems with unpredictable cron run times if anacron is installed on
      the system.
      5c831dcd
  24. Jul 09, 2013
  25. Jul 08, 2013
    • Bill MacAllister's avatar
      base::DNS: Use anycase servers · 6654b270
      Bill MacAllister authored
      In addition to adding the anycast DNS servers the individual
      resolv.conf files are replaced with a single template.  The existing
      class interfaces are preserved and they all create the appropriate
      resolv.conf file by invoking the define that handles the small number
      of resolv.conf variants.
      6654b270
  26. Jul 07, 2013
  27. Jul 02, 2013
    • Russ Allbery's avatar
      One more spacing fix for newsyslog::config · 9c182b70
      Russ Allbery authored
      Having a blank line when there's no stop or restart action is going
      to bother me too much.  Make it go away.  Also remove the extra
      spacing after stop, since there usually isn't both stop and restart.
      9c182b70
    • Russ Allbery's avatar
      Restructure the newsyslog::config template, fix analyze_logs · c72162ca
      Russ Allbery authored
      Fix support for analyze_logs, which wasn't working due to the
      immutable variable problems with how Puppet uses ERB.  Restructure
      the template to not precalculate the results, group lines for a
      particular log together, and format everything a bit better.
      c72162ca
    • Russ Allbery's avatar
      Overhaul base::newsyslog · 6a9d5b4f
      Russ Allbery authored
      newsyslog no longer sets up a weekly command to tar up
      /root/.history-save and removes /etc/newsyslog.weekly/audit if it
      exists.  We're no longer using per-user history files and we're
      letting bash handle managing the length of the history file.
      
      newsyslog now creates btmp and wtmp writable by group utmp, matching
      the operating system defaults.
      
      newsyslog no longer attempts to clean up sysklogd cron jobs or remove
      the old /etc/newsyslog.daily/syslog file installed by ancient versions
      of stanford-server.
      
      General coding style cleanup.
      6a9d5b4f
    • Russ Allbery's avatar
      Fix template test script for newsyslog::config · 3b4c1831
      Russ Allbery authored
      Make the script executable, test analyze_logs, and fix for to_s
      on an array no longer resulting in a good template string.
      3b4c1831
Loading