- Jan 15, 2014
-
-
Bill MacAllister authored
-
Bill MacAllister authored
default format that pulls all template and output configuration from the rsyslog.d fragments directory. Current default behavior is not changed for now. Add v5 and v7 fragments for default templates and output. New fragments to support a more complete time format.
-
- Jan 06, 2014
-
-
Darren Patterson authored
-
- Dec 03, 2013
-
-
Xueshan Feng authored
-
- Nov 24, 2013
-
-
Bill MacAllister authored
-
Bill MacAllister authored
-
- Nov 20, 2013
-
-
Bill MacAllister authored
-
Bill MacAllister authored
Modifying the syslog support to not install /etc/syslog.conf affects many manifest. Just ignore it for now.
-
Bill MacAllister authored
-
Bill MacAllister authored
The original method of overriding the use of /etc/syslog.conf failed because of a duplicate declaration of the file resource. This restructuring should solve that problem.
-
Bill MacAllister authored
-
Bill MacAllister authored
-
Bill MacAllister authored
-
Bill MacAllister authored
This change does not affect the current usage of the module. It does allow manifests to choose to retire /etc/syslog.conf in favor or fragments in /etc/rsyslog.d to control the syslog activity. One default fragment, 90-local.conf, that writes syslog messages locally. This change also include a fragment define that is used for the management of rsyslog fragments.
- Nov 19, 2013
-
- Oct 15, 2013
-
-
Victor Chavez authored
-
- Oct 10, 2013
-
-
Michael Goll authored
* since it's too easy to use a hyphen--which is invalid
-
- Sep 30, 2013
-
-
Darren Patterson authored
-
- Sep 26, 2013
-
-
Darren Patterson authored
-
- Sep 19, 2013
-
-
Russ Allbery authored
-
Russ Allbery authored
These files are supposed to have different permissions (0660 for btmp and 0664 for wtmp), which isn't possible using a single united base::newsyslog::config stanza. Separate them into two stanzas with the correct permissions.
-
- Sep 17, 2013
-
-
Russ Allbery authored
We keep running into other packages that depend on it, which makes removing it unnecessarily difficult.
-
- Sep 11, 2013
-
-
Russ Allbery authored
Avoid too many levels of redirection through variables and variables with studly-caps in favor of a single variable. Default to the jessie and sid package, since that's what we'll use going forward. Avoid using regexes; this isn't really a regex match, and we'll soon be able to delete the lenny case anyway.
-
- Sep 10, 2013
-
-
Victor Chavez authored
-
- Aug 28, 2013
-
-
Adam Lewenberg authored
Two versions of puppet dev config one for puppetca-dev and one for lsdb-dev (this is for testing the PuppetCA migration to frankoz1).
-
- Aug 13, 2013
-
-
Adam Lewenberg authored
If no ListenAddress directives are specified, then sshd will list for incoming connections at all addresses. You can alter this by specifying the listen_addresses parameter. For example: listen_addresses => '192.168.1.1,192.168.2.1'
-
- Aug 08, 2013
-
-
Meei You Lee authored
-
- Jul 30, 2013
-
-
Adam Lewenberg authored
frankoz-dev is now frankoz1-dev and frankoz2-dev, so had to modify the puppetclient db credentials class to account for this.
-
- Jul 14, 2013
-
-
Russ Allbery authored
base::remctl no longer installs remctl-client. This is going to be handled by the stanford-server-packages metapackage, and is independent of what's set up by this module.
-
Russ Allbery authored
Make this dependency explicit.
-
Russ Allbery authored
The acceptable runtime for tmpreaper (used by base::tmpclean on Debian and Ubuntu) has been extended to 20 minutes globally, and the base::tmpclean::longer class, which existed only to do that, has been removed as unnecessary. The longer runtime limit should not pose a problem on any system. Clean up formatting and comments for installed files and Puppet manifests.
-
Russ Allbery authored
base::daemontools::supervise now uses current coding standards and no longer special-cases various default options to some of its parameters.
-
Russ Allbery authored
Reindent for our current indentation standards, and fix the examples to use the correct URLs with the /modules component.
-
- Jul 13, 2013
-
-
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.
-
Russ Allbery authored
base::ssh::rc has been deleted. This isn't part of any base::ssh inheritance tree and can live only in the Research Computing Puppet Git repository.
-
Russ Allbery authored
base::cron::filter-user-noise has been deleted. This was specific to Research Computing systems and should be handled in that local repository.
-
- Jul 10, 2013
-
-
Russ Allbery authored
The deprecated classes base::newsyslog::messages::sa and base::newsyslog::messages::sa::override have been deleted. Global overrides for the default base::newsyslog behavior should be put into the local defaults module instead.
-
- Jul 09, 2013
-
-
Russ Allbery authored
The ::override subclass was also using the class variable.
-
Russ Allbery authored
A refactoring of base::newsyslog removed a variable that it was assuming was set.
-