diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/development/php.pp | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/manifests/utils/development/php.pp b/manifests/utils/development/php.pp index 6145248..e79b123 100644 --- a/manifests/utils/development/php.pp +++ b/manifests/utils/development/php.pp @@ -1,13 +1,3 @@ class nodo::utils::development::php { - package { [ 'php5-xdebug', 'phpunit' ]: - ensure => present, - } - - # Jessie onwards - package { 'phpunit-git': - ensure => $::lsbdistcodename ? { - 'wheezy' => absent, - default => present, - }, - } + include php::dev } |