From: Stephen Gran Date: Sun, 17 May 2009 23:20:40 +0000 (+0100) Subject: whee. Let's change all the syslogging without watching X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=48537c56059419c5534b2abc74e97e0ddeca6864;p=mirror%2Fdsa-puppet.git whee. Let's change all the syslogging without watching Signed-off-by: Stephen Gran --- diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index ac202a8e3..4a978941b 100644 --- a/modules/debian-org/manifests/init.pp +++ b/modules/debian-org/manifests/init.pp @@ -21,6 +21,10 @@ class debian-org { "dnsutils": ensure => installed; "bash-completion": ensure => installed; "libfilesystem-ruby1.8": ensure => installed; + "syslog-ng": ensure => installed; + "sysklogd": ensure => purged; + "klogd": ensure => purged; + "rsyslog": ensure => purged; } file { "/etc/apt/preferences":