Add fuse3 package to script serever.Dependecy to rclone mount.

This commit is contained in:
Magnus Andersson 2023-10-17 13:16:31 +02:00 committed by Micke Nordin
parent 9e6321e743
commit 81bb47819c

View file

@ -68,6 +68,10 @@ class sunetdrive::script (
source => $local_path,
require => Exec['rclone_deb'],
}
package { 'fuse3':
ensure => installed,
provider => apt,
}
package { 'python3.9':
ensure => installed,
provider => apt,