1 2 3 4
# File 'manifests/extra/phpmd/purge.pp', line 1 class php::extra::phpdepend::purge { file {'/usr/bin/phpdepend': ensure => absent} }