summaryrefslogtreecommitdiff
path: root/provisioning/modules/phantomjs
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2017-05-30 13:12:14 +0200
committervarac <varacanero@zeromail.org>2017-05-30 13:12:14 +0200
commit4f5190de1e27f24bae8b094e54254cce9fc8bf6b (patch)
tree12367bae38f3bd1bf138ec09413df05caa6a77a4 /provisioning/modules/phantomjs
parent6c52f7a01a0067a1638fd8d64fb7e3030f9b0506 (diff)
Use phantomjs from jessie-backports
Diffstat (limited to 'provisioning/modules/phantomjs')
-rwxr-xr-xprovisioning/modules/phantomjs/files/phantomjsbin67932064 -> 0 bytes
-rw-r--r--provisioning/modules/phantomjs/manifests/init.pp11
2 files changed, 0 insertions, 11 deletions
diff --git a/provisioning/modules/phantomjs/files/phantomjs b/provisioning/modules/phantomjs/files/phantomjs
deleted file mode 100755
index d72e801c..00000000
--- a/provisioning/modules/phantomjs/files/phantomjs
+++ /dev/null
Binary files differ
diff --git a/provisioning/modules/phantomjs/manifests/init.pp b/provisioning/modules/phantomjs/manifests/init.pp
deleted file mode 100644
index 52500f48..00000000
--- a/provisioning/modules/phantomjs/manifests/init.pp
+++ /dev/null
@@ -1,11 +0,0 @@
-# install phantomjs for unit tests
-# we ship our local copy of phantomjs
-# because downloading phantomjs fails regularly
-class phantomjs {
- file{'/usr/local/bin/phantomjs':
- source => 'puppet:///modules/phantomjs/phantomjs',
- owner => 'root',
- group => 'root',
- mode => '0755',
- }
-}