Add fuse3 package to script serever.Dependecy to rclone mount.
This commit is contained in:
parent
9e6321e743
commit
81bb47819c
|
@ -68,6 +68,10 @@ class sunetdrive::script (
|
||||||
source => $local_path,
|
source => $local_path,
|
||||||
require => Exec['rclone_deb'],
|
require => Exec['rclone_deb'],
|
||||||
}
|
}
|
||||||
|
package { 'fuse3':
|
||||||
|
ensure => installed,
|
||||||
|
provider => apt,
|
||||||
|
}
|
||||||
package { 'python3.9':
|
package { 'python3.9':
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
provider => apt,
|
provider => apt,
|
||||||
|
|
Loading…
Reference in a new issue