diff options
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/init.pp | 5 | ||||
| -rw-r--r-- | manifests/websites.pp | 2 | 
2 files changed, 6 insertions, 1 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, +  }  } diff --git a/manifests/websites.pp b/manifests/websites.pp index ff2b1db..cf6f288 100644 --- a/manifests/websites.pp +++ b/manifests/websites.pp @@ -46,7 +46,7 @@ class websites::setup {    }    # Default vhost: can just be applied on the defining host -  apache::site { "$hostname": +  apache::site { "$apache_server_name":      server_alias => "$domain",      docroot      => "${apache_www_folder}",    } | 
