From: Silvio Rhatto Date: Fri, 1 Sep 2017 21:00:41 +0000 (-0300) Subject: Manages firejail and convmv X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=refs%2Fheads%2Fdevelop;p=puppet-nodo.git Manages firejail and convmv --- diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp index bd70fd3..e27f404 100644 --- a/manifests/utils/interface.pp +++ b/manifests/utils/interface.pp @@ -21,6 +21,7 @@ class nodo::utils::interface inherits nodo::utils::interface::console { 'unclutter', 'xserver-xephyr', 'policykit-1-gnome', + 'firejail', #'unagi', #'xcompmgr', #'compton', diff --git a/manifests/utils/storage/archive.pp b/manifests/utils/storage/archive.pp index e8ec95d..f23052a 100644 --- a/manifests/utils/storage/archive.pp +++ b/manifests/utils/storage/archive.pp @@ -3,6 +3,7 @@ class nodo::utils::storage::archive ( ) { package { [ 'git-annex', + 'convmv', ]: #ensure => latest, ensure => $ensure,