diff --git a/manifests/common.pp b/manifests/common.pp index ad1ec9f..d3acb7f 100644 --- a/manifests/common.pp +++ b/manifests/common.pp @@ -45,10 +45,4 @@ class sunetdrive::common { require => Package['sysstat'], notify => Service['sysstat'], } - if $::facts['os']['distro']['id'] == 'Debian' { - exec { 'sysstat_systemd_timer': - command => 'systemctl enable --now sysstat-collect.timer', - unless => 'systemctl is-enabled --quiet sysstat-collect.timer', - } - } }