aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-10-09 15:09:32 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-10-09 15:09:32 -0300
commitbe4a72011fc39890b3ff920494f9d962cd4f79f5 (patch)
treefdf8aba3bc3c30b7ab1cab356a021ddd0cdbcf28
parent56c449960dbf2a7ab7bed54624c30b198385c110 (diff)
downloadpuppet-nodo-be4a72011fc39890b3ff920494f9d962cd4f79f5.tar.gz
puppet-nodo-be4a72011fc39890b3ff920494f9d962cd4f79f5.tar.bz2
Use php::dev
-rw-r--r--manifests/utils/development/php.pp12
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
}