default.rb 222 B

1234567891011
  1. #
  2. # Cookbook:: workstation
  3. # Recipe:: default
  4. #
  5. # Copyright:: 2022, The Authors, All Rights Reserved.
  6. include_recipe 'workstation::_podman'
  7. # Setup etckeeper
  8. include_recipe 'etckeeper'
  9. include_recipe 'etckeeper::commit'