Added graphs symlink

This commit is contained in:
Ciaby 2014-07-16 20:18:30 -05:00
parent aa64e7f791
commit dff7b733d1

View file

@ -155,6 +155,12 @@ class rhizomatica_base_system {
require => Vcsrepo['/var/rhizomatica'],
}
file { '/var/www/html/rai/graphs':
ensure => link,
target => '/var/rhizomatica/rrd/graphs',
require => Vcsrepo['/var/rhizomatica'],
}
#PostgreSQL server
class { 'postgresql::globals':
manage_package_repo => true,