Stop paste cronspam

Add Andrew to syslog alias
Add -q to git commit

Fixes bug #929055

Change-Id: I29a4aef4d4839aea3a5014cb9c8ea144b51d1935
This commit is contained in:
Andrew Hutchings 2012-02-08 19:32:26 +00:00
parent 3c7efc0fab
commit b4b46dfd1c
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ define lodgeit::site($port, $image="") {
user => root,
hour => 6,
minute => 23,
command => "sleep $((RANDOM\\%60+60)) && cd /var/backups/lodgeit_db && drizzledump -uroot ${name} > ${name}.sql && git commit -am \"Updating DB backup for ${name}\""
command => "sleep $((RANDOM\\%60+60)) && cd /var/backups/lodgeit_db && drizzledump -uroot ${name} > ${name}.sql && git commit -qam \"Updating DB backup for ${name}\""
}
service { "${name}-paste":