From 128ac39807d8a12b6c30a67b0f83083b3a8fde02 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Tue, 28 May 2013 17:30:03 +0200 Subject: [PATCH] linting --- manifests/puppet-dashboard.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/puppet-dashboard.pp b/manifests/puppet-dashboard.pp index 0351327..f0529f0 100644 --- a/manifests/puppet-dashboard.pp +++ b/manifests/puppet-dashboard.pp @@ -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',