]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Feat: manage stterm at nodo::utils::suckless
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 13 Feb 2022 20:41:58 +0000 (17:41 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 13 Feb 2022 20:41:58 +0000 (17:41 -0300)
manifests/utils/suckless.pp

index 4cf70afa32ec29055119a7d8dd7bec2f462097bf..b67f1617d95e82f246a21002c404b26fe5a917af 100644 (file)
@@ -5,6 +5,7 @@ class nodo::utils::suckless (
     'suckless-tools',
     'feh',
     'sxiv',
+    'stterm',
   ]:
     ensure => $ensure,
   }
@@ -16,7 +17,6 @@ class nodo::utils::suckless (
     'xvt',
     'uzbl',
     'xxxterm',
-    'stterm',
   ]:
     ensure => absent,
   }