file_from_shared_folder

Ensure that a file or directory is copied from the Rudder shared folder.

⚙️ Compatible targets: Linux, Windows

Parameters

NameDocumentation
sourceSource file (path, relative to /var/rudder/configuration-repository/shared-files).

This parameter is required.
pathDestination file (absolute path on the target node).

This parameter is required.
hash_typeHash algorithm used to check if file is updated (sha256, sha512). Only used on Windows, ignored on Unix. default is sha256.

Choices:
  • sha256
  • sha512
  • md5
  • sha1

This parameter is optional.

Example

method: file_from_shared_folder
params:
  source: VALUE
  hash_type: sha256
  path: VALUE

Documentation

Ensure that a file or directory is copied from the Rudder shared folder. The Rudder shared folder is located on the Rudder server under /var/rudder/configuration-repository/shared-files. Every file/folder in the shared folder will be available for every managed node. This method will download and update the destination file from a source taken from this shared folder. A file in the shared folder will be updated on the node side at agent run.