Add puppet to provision.py

We don't use it to set up the dev VM environment, but we do use it to
verify the Voyager puppet configuration parses in lint-all.

(imported from commit 3f116633ba3f535dfb4ae27915b6356e560ac84f)
This commit is contained in:
Reid Barton 2015-08-23 21:34:44 -07:00
parent 1f2aa2fcab
commit bf8cc35edc
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ APT_DEPENDENCIES = {
"npm",
"node-jquery",
"yui-compressor",
"puppet", # Used by lint-all
]
}