aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-09-21 15:19:33 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-09-21 15:19:33 -0300
commita6f2ab33d9db49ec94d02d4d9ad1daa4c1a01f0b (patch)
tree3c8f2283bb09ab2fd58cead42f218005f4d44609
parent7875bf02c612e1e48e061fbbddd4fb274a9201d9 (diff)
downloadpuppet-php-a6f2ab33d9db49ec94d02d4d9ad1daa4c1a01f0b.tar.gz
puppet-php-a6f2ab33d9db49ec94d02d4d9ad1daa4c1a01f0b.tar.bz2
Do not depend on pear
-rw-r--r--manifests/init.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 55c1b14..83c99fc 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -17,8 +17,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
class php {
- include pear
-
# The needed packages: we could also try libapache2-mod-php5filter
package { [ 'php5', 'php5-mysql', 'php5-cli', 'php5-curl', 'php5-gmp', 'libapache2-mod-php5' ]:
ensure => installed,