Skip to content

Commit

Permalink
Merge branch 'branches/rudder/5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed May 29, 2019
2 parents 32e8ea9 + b3be32d commit f2747c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions techniques/fileDistribution/downloadFile/4.0/downloadFile.st
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ bundle agent execute_file_download_RudderUniqueID
"${destination[${index}]}"
pathtype => "literal", # force literal interpretation
perms => mog("${mode[${index}]}","${user[${index}]}","${group[${index}]}"),
classes => rudder_common_classes("file_download_perms_${index}_RudderUniqueID");
classes => classes_generic("file_download_perms_${index}_RudderUniqueID");

methods:
# File downloading part
Expand All @@ -93,7 +93,7 @@ bundle agent execute_file_download_RudderUniqueID
commands:
"${download_command[${index}]}"
comment => "Getting the file from the server",
classes => rudder_common_classes("file_download_${index}_RudderUniqueID"),
classes => classes_generic("file_download_${index}_RudderUniqueID"),
ifvarclass => "file_not_found_${index}";

}

0 comments on commit f2747c7

Please sign in to comment.