From: Silvio Rhatto Date: Thu, 19 May 2016 17:53:49 +0000 (-0300) Subject: Sets hour and minute for mpd::maintenance cronjob X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8574ae3144b6bcd5995cf4772bbc479fa70ca29c;p=puppet-mpd.git Sets hour and minute for mpd::maintenance cronjob --- diff --git a/manifests/maintenance.pp b/manifests/maintenance.pp index 09b41f0..3d82a4c 100644 --- a/manifests/maintenance.pp +++ b/manifests/maintenance.pp @@ -5,6 +5,8 @@ class mpd::maintenance inherits mpc::client::base { environment => "MPD_HOST=${password}@localhost" command => "/usr/bin/mpc update", user => "root", + hour => "7", + minute => "0", ensure => $password ? { '' => present, default => absent,