From: Stephen Gran Date: Sun, 7 Mar 2010 20:36:01 +0000 (+0000) Subject: get package name right X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=c35d00ab06854a9234e26bafd32e5e45906e4d80;p=mirror%2Fdsa-puppet.git get package name right Signed-off-by: Stephen Gran --- diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index dbb3430a5..f0d6f6038 100644 --- a/modules/debian-org/manifests/init.pp +++ b/modules/debian-org/manifests/init.pp @@ -26,7 +26,7 @@ class debian-org { "cron": ensure => installed; "csh": ensure => installed; "dnsutils": ensure => installed; - "dsa-munin-checks": ensure => installed; + "dsa-munin-plugins": ensure => installed; "ed": ensure => installed; "gnupg": ensure => installed; "klogd": ensure => purged;