Stop paste cronspam
Add Andrew to syslog alias Add -q to git commit Fixes bug #929055 Change-Id: I29a4aef4d4839aea3a5014cb9c8ea144b51d1935
This commit is contained in:
parent
546136ce52
commit
5714e9453c
@ -12,7 +12,7 @@ abuse: root
|
||||
noc: root
|
||||
security: root
|
||||
|
||||
sysadmin: corvus@inaugust.com, mordred@inaugust.com
|
||||
sysadmin: corvus@inaugust.com, mordred@inaugust.com, andrew@linuxjedi.co.uk
|
||||
root: sysadmin
|
||||
gerrit2: sysadmin
|
||||
jenkins: sysadmin
|
||||
|
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user