From 4f5190de1e27f24bae8b094e54254cce9fc8bf6b Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 30 May 2017 13:12:14 +0200 Subject: Use phantomjs from jessie-backports --- provisioning/modules/phantomjs/manifests/init.pp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 provisioning/modules/phantomjs/manifests/init.pp (limited to 'provisioning/modules/phantomjs/manifests/init.pp') 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', - } -} -- cgit v1.2.3