This commit is contained in:
Udo Waechter
2013-05-28 17:30:03 +02:00
parent 4b457a2b2b
commit 128ac39807

View File

@@ -25,7 +25,7 @@ class puppet::puppet-dashboard ($ensure = 'present') {
hour => '23',
minute => '2',
monthday => '*/14';
'purge-optimizedb':
'purge-optimizedb':
ensure => $ensure,
command => 'cd /usr/share/puppet-dashboard && rake RAILS_ENV=production db:raw:optimize',
user => 'www-data',