summaryrefslogtreecommitdiff
path: root/provisioning/modules/pixelated/manifests/source.pp
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2017-02-17 16:50:53 -0200
committerTulio Casagrande <tcasagra@thoughtworks.com>2017-02-17 16:50:53 -0200
commitfc1c230b3dfddf6a1092cca761202083c5cec444 (patch)
treecc2fab6df3d16d6df4bfea2927da41714445eec3 /provisioning/modules/pixelated/manifests/source.pp
parent97cd3a2470e1de74a14fd4c1dad332a5a311e8eb (diff)
[#907] Add chromedriver to vagrant for functional tests
with @anikarni
Diffstat (limited to 'provisioning/modules/pixelated/manifests/source.pp')
-rw-r--r--provisioning/modules/pixelated/manifests/source.pp5
1 files changed, 4 insertions, 1 deletions
diff --git a/provisioning/modules/pixelated/manifests/source.pp b/provisioning/modules/pixelated/manifests/source.pp
index 7dc3358f..4da0669f 100644
--- a/provisioning/modules/pixelated/manifests/source.pp
+++ b/provisioning/modules/pixelated/manifests/source.pp
@@ -13,7 +13,10 @@ class pixelated::source {
'libsqlcipher-dev',
'libfontconfig1',
'build-essential',
- 'ruby-compass']:
+ 'ruby-compass',
+ 'xvfb',
+ 'xauth',
+ 'chromedriver']:
ensure => latest
}