aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-07 16:54:14 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-07 16:54:14 -0200
commitc28e7f079746fb4792f540fcadd958994c5e7966 (patch)
treed9843c63901e2d0295c61805a1158c38161769a7 /manifests/init.pp
parenta3529f6876eee257ec8d5c4d0723683406685c91 (diff)
downloadpuppet-nodo-c28e7f079746fb4792f540fcadd958994c5e7966.tar.gz
puppet-nodo-c28e7f079746fb4792f540fcadd958994c5e7966.tar.bz2
Using $apache_server_name for default nodo vhost
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp5
1 files changed, 5 insertions, 0 deletions
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,
+ }
}