diff --git a/manifests/script.pp b/manifests/script.pp index c61d3bb..9229c96 100644 --- a/manifests/script.pp +++ b/manifests/script.pp @@ -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,