aboutsummaryrefslogtreecommitdiff
path: root/manifests/ppa.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/ppa.pp')
-rw-r--r--manifests/ppa.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/ppa.pp b/manifests/ppa.pp
index 2d7eabd..591844c 100644
--- a/manifests/ppa.pp
+++ b/manifests/ppa.pp
@@ -1,4 +1,4 @@
-class php::ppa {
+class php::ppa inherits php::packages {
#package { 'python-software-properties':
# ensure => present,
#}
@@ -35,6 +35,4 @@ class php::ppa {
user => "root",
refreshonly => true,
}
-
- include php::packages
}