From: Stephen Gran Date: Sun, 7 Mar 2010 10:56:52 +0000 (+0000) Subject: since we log to ulog, we should probably install it X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=ff128d86debe557e947ad4b6cf4de42cbc076029;p=mirror%2Fdsa-puppet.git since we log to ulog, we should probably install it Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/manifests/init.pp b/modules/ferm/manifests/init.pp index 5f63ea7c1..5272b0e9e 100644 --- a/modules/ferm/manifests/init.pp +++ b/modules/ferm/manifests/init.pp @@ -13,7 +13,10 @@ class ferm { # realize (i.e. enable) all @ferm::rule virtual resources Ferm::Rule <| |> - package { ferm: ensure => installed } + package { + ferm: ensure => installed + ulogd: ensure => installed + } file { "/etc/ferm/dsa.d":