|
@@ -17,15 +17,9 @@ include_recipe 'etckeeper::commit'
|
|
|
# Configure repo
|
|
|
include_recipe 'apt_repositories::_official'
|
|
|
|
|
|
-# User creation and directories
|
|
|
-include_recipe 'workstation::_user'
|
|
|
-
|
|
|
# Setup podman
|
|
|
include_recipe 'workstation::_podman'
|
|
|
|
|
|
-# Setup 'git'
|
|
|
-include_recipe 'workstation::_git'
|
|
|
-
|
|
|
# Install 'systemd-genie'
|
|
|
include_recipe 'workstation::_genie'
|
|
|
|
|
@@ -35,3 +29,9 @@ include_recipe 'workstation::_packages'
|
|
|
# Setup terraform
|
|
|
include_recipe 'workstation::_terraform'
|
|
|
|
|
|
+# User creation and directories
|
|
|
+include_recipe 'workstation::_user'
|
|
|
+
|
|
|
+# Setup 'git'
|
|
|
+include_recipe 'workstation::_git'
|
|
|
+
|