File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -144,11 +144,11 @@ provisioners:
144
144
- packer-scripts/purge
145
145
- packer-scripts/disable-apparmor
146
146
- packer-scripts/run-serverspecs
147
- # - packer-scripts/perforce-install
148
- # - packer-scripts/pyenv-install
149
- # - packer-scripts/cosign-install
150
- # - packer-scripts/rabbitmq-install
151
- # - packer-scripts/updates
147
+ - packer-scripts/perforce-install
148
+ - packer-scripts/pyenv-install
149
+ - packer-scripts/cosign-install
150
+ - packer-scripts/rabbitmq-install
151
+ - packer-scripts/updates
152
152
- packer-scripts/test-system-info-output
153
153
- packer-scripts/dump-dpkg-manifest
154
154
- packer-scripts/create-bin-lib-checksums
Original file line number Diff line number Diff line change @@ -5,12 +5,14 @@ set -o xtrace
5
5
shopt -s nullglob
6
6
7
7
# clear the APT cache and delete everything from /var/cache/apt/archives/
8
+ # removed /etc/ssh/ssh_host_* \ - this probably caused issues with ssh connection for some reason..
8
9
apt clean
9
10
10
11
rm -rf \
11
12
/etc/apparmor* \
12
13
/etc/profile.d/jdk.csh \
13
14
/etc/profile.d/jdk.sh \
15
+ /etc/ssh/ssh_host_* \
14
16
/lib/recovery-mode \
15
17
/opt/chef* \
16
18
/tmp/* \
You can’t perform that action at this time.
0 commit comments