瀏覽代碼

Feat(apt): Add '_packages' to the default recipe

Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
Jeremy MAURO 2 年之前
父節點
當前提交
ef07b674f0
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      cookbooks/workstation/recipes/default.rb

+ 4 - 1
cookbooks/workstation/recipes/default.rb

@@ -23,6 +23,9 @@ include_recipe 'workstation::_podman'
 # Install 'systemd-genie'
 include_recipe 'workstation::_genie'
 
-# Setup etckeeper
+# Add defaut packages
+include_recipe 'workstation::_apt'
+
+# END: Setup etckeeper
 include_recipe 'etckeeper'
 include_recipe 'etckeeper::commit'