From 98ad1447eaac1f61f17b3d9aac198f67e3b12ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Thu, 17 Oct 2013 02:13:07 +0300 Subject: [PATCH] sysstat: Added Debian support. --- sysstat/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysstat/manifests/init.pp b/sysstat/manifests/init.pp index ab92399..9a350a8 100644 --- a/sysstat/manifests/init.pp +++ b/sysstat/manifests/init.pp @@ -6,7 +6,7 @@ class sysstat { } case $::operatingsystem { - "ubuntu": { + "debian","ubuntu": { file { "/etc/default/sysstat": ensure => present, source => "puppet:///modules/sysstat/sysstat.default",