From c9e994dccf04d47df6c844473c1b4cf16bce8ea0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 1 Sep 2017 18:00:41 -0300 Subject: Manages firejail and convmv --- manifests/utils/interface.pp | 1 + manifests/utils/storage/archive.pp | 1 + 2 files changed, 2 insertions(+) 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, -- cgit v1.2.3