diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-25 21:06:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-25 21:06:49 -0300 |
commit | 2722ce4fb61cd14f153488c9faf2f56a8d8cbb8f (patch) | |
tree | 123d4c4f5091fe29e67c01c75df4a243328d069d /manifests/utils | |
parent | 8ac828e40d1520ed2d295bcb548e3605fbaf8f55 (diff) | |
download | puppet-nodo-2722ce4fb61cd14f153488c9faf2f56a8d8cbb8f.tar.gz puppet-nodo-2722ce4fb61cd14f153488c9faf2f56a8d8cbb8f.tar.bz2 |
Feat: nodo::utils::storage::archive: adds onionshare
Diffstat (limited to 'manifests/utils')
-rw-r--r-- | manifests/utils/storage/archive.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/utils/storage/archive.pp b/manifests/utils/storage/archive.pp index 336c74d..9eecc44 100644 --- a/manifests/utils/storage/archive.pp +++ b/manifests/utils/storage/archive.pp @@ -6,6 +6,7 @@ class nodo::utils::storage::archive ( 'convmv', 'rdfind', 'rclone', + 'onionshare', ]: #ensure => latest, ensure => $ensure, |