diff --git a/techniques/fileDistribution/downloadFile/4.0/downloadFile.st b/techniques/fileDistribution/downloadFile/4.0/downloadFile.st index c90ddfb82..7f8a20cbf 100644 --- a/techniques/fileDistribution/downloadFile/4.0/downloadFile.st +++ b/techniques/fileDistribution/downloadFile/4.0/downloadFile.st @@ -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 @@ -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}"; }