Uninstall puppet-common for puppet jobs

Looks like the file causing error is owned by
the puppet-common package, not puppet.

Change-Id: Ib2041290678f4166b510a602388d966a8b22ca61
This commit is contained in:
Mathieu Gagné 2014-08-26 18:33:47 -04:00
parent 8cec0d3f26
commit a3cd78defe

View File

@ -83,7 +83,7 @@
- builder:
name: uninstall-puppet
builders:
- shell: "sudo apt-get remove -y --purge puppet"
- shell: "sudo apt-get remove -y --purge puppet puppet-common"
- builder:
name: puppet-lint