]> gitweb.fluxo.info Git - puppet-mpd.git/commitdiff
Updates cron maintenance name
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 23 Feb 2017 12:27:56 +0000 (09:27 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 23 Feb 2017 12:27:56 +0000 (09:27 -0300)
manifests/maintenance.pp

index 8a6521645f1674d64b18b9f1d4c57e28457a3678..acd0471e641c2a4533c9c786c8cb8b9eee2cc58a 100644 (file)
@@ -1,7 +1,7 @@
 class mpd::maintenance inherits mpd::client::base {
   $password = hiera('mpd::maintenance::password', '')
 
-  cron { "db_update":
+  cron { "mpd_db_update":
     environment => "MPD_HOST=${password}@localhost",
     command     => "/usr/bin/mpc update > /dev/null",
     user        => "root",