aboutsummaryrefslogtreecommitdiff
path: root/manifests/ppa.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-09-14 14:36:48 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-09-14 14:36:48 -0300
commit0c815b656e93e18f7fb6b72c0be4e51069799abe (patch)
treef6472f234d4ea5ce6d8e311de78de3fb8144c635 /manifests/ppa.pp
parent15c20395af945f9d63940ab8fc7711427141c6ad (diff)
downloadpuppet-php-0c815b656e93e18f7fb6b72c0be4e51069799abe.tar.gz
puppet-php-0c815b656e93e18f7fb6b72c0be4e51069799abe.tar.bz2
Avoid dependency lookup error for /etc/apt/sources.list.d/php.list at php::packages (2)
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
}