[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r116: Add a longer timeout to the update-betaspecs script run.

Jeff Licquia licquia at linuxfoundation.org
Wed Feb 8 07:27:16 UTC 2012


------------------------------------------------------------
revno: 116
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Wed 2012-02-08 02:27:16 -0500
message:
  Add a longer timeout to the update-betaspecs script run.
modified:
  modules/apachehttpd/manifests/betaspecs.pp
-------------- next part --------------
=== modified file 'modules/apachehttpd/manifests/betaspecs.pp'
--- a/modules/apachehttpd/manifests/betaspecs.pp	2012-02-08 07:23:15 +0000
+++ b/modules/apachehttpd/manifests/betaspecs.pp	2012-02-08 07:27:16 +0000
@@ -56,6 +56,7 @@
     exec { 'do-update-betaspecs':
         command => '/etc/cron.daily/update-betaspecs',
         path => [ '/usr/sbin', '/usr/bin', '/bin' ],
+        timeout => 600,
         refreshonly => true,
         logoutput => on_failure,
     }



More information about the lsb-messages mailing list