aboutsummaryrefslogtreecommitdiff
path: root/manifests/ppa.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-09-14 14:34:44 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-09-14 14:34:44 -0300
commit15c20395af945f9d63940ab8fc7711427141c6ad (patch)
tree6eae988a37f29e6e7ddfbfc59e78f68c6102d32d /manifests/ppa.pp
parent4a48943943e51f2bc96e8070e15937035b14891b (diff)
downloadpuppet-php-15c20395af945f9d63940ab8fc7711427141c6ad.tar.gz
puppet-php-15c20395af945f9d63940ab8fc7711427141c6ad.tar.bz2
Avoid dependency lookup error for /etc/apt/sources.list.d/php.list at php::packages
Diffstat (limited to 'manifests/ppa.pp')
-rw-r--r--manifests/ppa.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/ppa.pp b/manifests/ppa.pp
index 1166439..2d7eabd 100644
--- a/manifests/ppa.pp
+++ b/manifests/ppa.pp
@@ -35,4 +35,6 @@ class php::ppa {
user => "root",
refreshonly => true,
}
+
+ include php::packages
}