aboutsummaryrefslogtreecommitdiff
path: root/manifests/dpa.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/dpa.pp')
-rw-r--r--manifests/dpa.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/dpa.pp b/manifests/dpa.pp
index 1f9d170..619cd0a 100644
--- a/manifests/dpa.pp
+++ b/manifests/dpa.pp
@@ -1,4 +1,4 @@
-class php::dpa {
+class php::dpa inherits php::packages {
file { '/etc/apt/trusted.gpg.d/deb.sury.org-php.gpg':
ensure => present,
owner => "root",
@@ -22,6 +22,4 @@ class php::dpa {
user => "root",
refreshonly => true,
}
-
- include php::packages
}