summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--provisioning/modules/pixelated/manifests/source.pp16
1 files changed, 3 insertions, 13 deletions
diff --git a/provisioning/modules/pixelated/manifests/source.pp b/provisioning/modules/pixelated/manifests/source.pp
index 23546f0c..7e80341f 100644
--- a/provisioning/modules/pixelated/manifests/source.pp
+++ b/provisioning/modules/pixelated/manifests/source.pp
@@ -15,7 +15,9 @@ class pixelated::source {
'build-essential',
'ruby-compass',
'xvfb',
- 'xauth']:
+ 'xauth',
+ 'chromedriver'
+ ]:
ensure => latest
}
@@ -27,16 +29,4 @@ class pixelated::source {
install_options => [ '-o', 'APT::Install-Recommends=true'],
}
- package {
- 'chromium':
- ensure => '55.0.2883.75-1~deb8u1',
- before => Package['chromedriver']
- }
-
- package {
- 'chromedriver':
- ensure => '55.0.2883.75-1~deb8u1'
- }
-
-
}