summaryrefslogtreecommitdiff
path: root/provisioning/modules/phantomjs/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'provisioning/modules/phantomjs/manifests/init.pp')
-rw-r--r--provisioning/modules/phantomjs/manifests/init.pp11
1 files changed, 0 insertions, 11 deletions
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',
- }
-}