diff options
| -rw-r--r-- | manifests/utils/interface.pp | 1 | ||||
| -rw-r--r-- | manifests/utils/storage/archive.pp | 1 | 
2 files changed, 2 insertions, 0 deletions
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,  | 
