diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/maintenance.pp | 2 |
1 files changed, 2 insertions, 0 deletions
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, |