diff options
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 2 |
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, |