aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-05-13 08:16:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-05-13 08:16:23 -0300
commit596ddb6d6cbdc6cd01f1a5999b1d720fd3900dca (patch)
treee46a38b401f3375fc9086300be0789a5133f597e
parent943ac80af5d2f8fded78bcb3fdac2c92b86435ce (diff)
downloadpuppet-pyroscope-596ddb6d6cbdc6cd01f1a5999b1d720fd3900dca.tar.gz
puppet-pyroscope-596ddb6d6cbdc6cd01f1a5999b1d720fd3900dca.tar.bz2
Adds zlib1g-dev into pyroscope::dependencies
-rw-r--r--manifests/dependencies.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/dependencies.pp b/manifests/dependencies.pp
index fa307d8..46a7cd6 100644
--- a/manifests/dependencies.pp
+++ b/manifests/dependencies.pp
@@ -26,6 +26,7 @@ class pyroscope::dependencies {
'autoconf',
'automake',
'pkg-config',
+ 'zlib1g-dev',
# Old dependencies
#'libxslt1-dev',
]: