Skip to content

Commit

Permalink
UCS: reduce settings in the generic job template
Browse files Browse the repository at this point in the history
Remove some settings that are set to defaults anyway.
This prevents problems when updating from earilier version,
as the "Linux All" fileset has been renamed to "LinuxAll".
  • Loading branch information
joergsteffens committed Jan 6, 2017
1 parent 2aa5608 commit 5fc043d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/univention/job-generic.template
Expand Up @@ -8,7 +8,7 @@ Job {
Name = "Backup-${client_name}"
Client = "${client_name}-fd"
JobDefs = "DefaultJob"
FileSet = "LinuxAll"
Schedule = "WeeklyCycle"
#FileSet = "LinuxAll"
#Schedule = "WeeklyCycle"
Enabled = "${enable}"
}

0 comments on commit 5fc043d

Please sign in to comment.