소스 검색

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'