|
@@ -10,6 +10,9 @@ chef_handler 'Chef::Handler::JsonFile' do
|
|
|
arguments path: '/var/chef/reports'
|
|
|
action :enable
|
|
|
end
|
|
|
+# First let's put handler first
|
|
|
+include_recipe 'etckeeper'
|
|
|
+include_recipe 'etckeeper::commit'
|
|
|
|
|
|
# Configure repo
|
|
|
include_recipe 'apt_repositories::_official'
|
|
@@ -32,6 +35,3 @@ include_recipe 'workstation::_packages'
|
|
|
# Setup terraform
|
|
|
include_recipe 'workstation::_terraform'
|
|
|
|
|
|
-# END: Setup etckeeper
|
|
|
-include_recipe 'etckeeper'
|
|
|
-include_recipe 'etckeeper::commit'
|