Puppet Class: php::extra::phpunit::purge

Defined in:
manifests/extra/phpunit/purge.pp

Overview



1
2
3
4
# File 'manifests/extra/phpunit/purge.pp', line 1

class php::extra::phpunit::purge
{
	file {'/usr/bin/phpunit': ensure => absent}
}