Yuvipanda has submitted this change and it was merged.

Change subject: aptly: install graphviz for aptly graph
......................................................................


aptly: install graphviz for aptly graph

Change-Id: I2aa4a490b8a5a1c292be90848406fcb4837a0fea
---
M modules/aptly/manifests/init.pp
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Yuvipanda: Verified; Looks good to me, approved



diff --git a/modules/aptly/manifests/init.pp b/modules/aptly/manifests/init.pp
index 2a19d16..a865d91 100644
--- a/modules/aptly/manifests/init.pp
+++ b/modules/aptly/manifests/init.pp
@@ -4,6 +4,7 @@
 # Set up to only allow root to add packages
 class aptly {
     require_package('aptly')
+    require_package('graphviz') # for aptly graph
 
     file { '/srv/packages':
         ensure => directory,

-- 
To view, visit https://gerrit.wikimedia.org/r/256806
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2aa4a490b8a5a1c292be90848406fcb4837a0fea
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to