Puppet Class: php::extra::hhvm-wrapper::install

Inherits:
php::dependencies
Defined in:
manifests/extra/hhvm-wrapper/install.pp

Overview



1
2
3
4
5
6
7
8
# File 'manifests/extra/hhvm-wrapper/install.pp', line 1

class php::extra::hhvm-wrapper::install inherits php::dependencies
{
	wget::fetch {'php::extra::hhvm-wrapper::install':
		source      => 'https://phar.phpunit.de/hhvm-wrapper.phar',
		destination => '/usr/bin/hhvm-wrapper',
		chmod       => 0755,
	}
}