[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r508: Increase frequency of manifest updates on FTP server.

Jeff Licquia licquia at linuxfoundation.org
Tue Aug 6 00:59:36 UTC 2013


------------------------------------------------------------
revno: 508
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Mon 2013-08-05 20:59:36 -0400
message:
  Increase frequency of manifest updates on FTP server.
modified:
  modules/ftp/manifests/init.pp
-------------- next part --------------
=== modified file 'modules/ftp/manifests/init.pp'
--- a/modules/ftp/manifests/init.pp	2013-04-04 12:34:38 +0000
+++ b/modules/ftp/manifests/init.pp	2013-08-06 00:59:36 +0000
@@ -63,7 +63,7 @@
     cron { 'regular-update-manifests':
         command => '/usr/local/bin/update-manifests',
         user    => root,
-        hour    => 3,
+        hour    => [ 3, 6, 9, 12, 15, 18, 21 ],
         minute  => 15,
     }
 



More information about the lsb-messages mailing list