Add fuse3 package to script serever.Dependecy to rclone mount.
This commit is contained in:
parent
176338f537
commit
aa1d8710e1
|
@ -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