diff options
-rw-r--r-- | modules/profile/manifests/postgresql/backup_dump.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/manifests/postgresql/backup_dump.pp b/modules/profile/manifests/postgresql/backup_dump.pp index e247cf0..fcc2085 100644 --- a/modules/profile/manifests/postgresql/backup_dump.pp +++ b/modules/profile/manifests/postgresql/backup_dump.pp | |||
@@ -49,7 +49,7 @@ define profile::postgresql::backup_dump ( | |||
49 | description => "Cleanup the database backups", | 49 | description => "Cleanup the database backups", |
50 | }, | 50 | }, |
51 | { | 51 | { |
52 | command => "cd $pg_backup_path ; /usr/bin/rm -f $(ls -1 *T22*.sql | log2rotate --skip 7 --fuzz 7 --delete --format='%Y-%m-%dT%H:%M:%S+02:00.sql')", | 52 | command => "cd $pg_backup_path ; /usr/bin/rm -f $(ls -1 *T22*.sql | log2rotate --skip 7 --fuzz 7 --delete --format='\%Y-\%m-\%dT\%H:\%M:\%S+02:00.sql')", |
53 | user => $pg_user, | 53 | user => $pg_user, |
54 | hour => 3, | 54 | hour => 3, |
55 | minute => 1, | 55 | minute => 1, |