diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-09 15:09:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-09 15:09:32 -0300 |
commit | be4a72011fc39890b3ff920494f9d962cd4f79f5 (patch) | |
tree | fdf8aba3bc3c30b7ab1cab356a021ddd0cdbcf28 /manifests | |
parent | 56c449960dbf2a7ab7bed54624c30b198385c110 (diff) | |
download | puppet-nodo-be4a72011fc39890b3ff920494f9d962cd4f79f5.tar.gz puppet-nodo-be4a72011fc39890b3ff920494f9d962cd4f79f5.tar.bz2 |
Use php::dev
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 } |