aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/packages/xenial.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/packages/xenial.pp b/manifests/packages/xenial.pp
index 98b0ac7..5effcae 100644
--- a/manifests/packages/xenial.pp
+++ b/manifests/packages/xenial.pp
@@ -8,7 +8,7 @@ class php::packages::xenial {
name => 'php5.6-cli',
}
- package { [ 'php5.6-mysql', 'php5.6-sqlite', 'php5.6-cli', 'php5.6-curl', 'php5.6-gmp', 'libapache2-mod-php5.6' ]:
+ package { [ 'php5.6-mysql', 'php5.6-sqlite', 'php5.6-curl', 'php5.6-gmp', 'libapache2-mod-php5.6' ]:
ensure => installed,
}