Up cron to 15 minute runs

5 minute runs are actually pretty close to overlapping due to polling
all the remote blogs.  I'm sure we can wait a few more minutes for a
blog post here.

Change-Id: I2a5455f0daadca79327e8a325f29c39a9dfde70d
This commit is contained in:
Ian Wienand 2017-04-03 13:43:01 +10:00
parent a6527c7628
commit 36f03ff9c4
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ define planet::site(
cron { "update_planet_${name}":
command => "date >> /var/log/planet/${name}.log && cd /var/lib/planet/${name} && git pull -q --ff-only && planet /var/lib/planet/${name}/planet.ini >> /var/log/planet/${name}.log 2>&1",
minute => '*/5',
minute => '*/15',
user => 'root',
}
}