From c28e7f079746fb4792f540fcadd958994c5e7966 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 7 Feb 2010 16:54:14 -0200 Subject: Using $apache_server_name for default nodo vhost --- manifests/init.pp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 8618042..c9e7130 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -404,4 +404,9 @@ class nodo::master { compress => true, sqldump => true, } + + # used for trac dependency graphs + package { "graphviz": + ensure => present, + } } -- cgit v1.2.3