Added graphs symlink
This commit is contained in:
parent
aa64e7f791
commit
dff7b733d1
1 changed files with 6 additions and 0 deletions
|
@ -155,6 +155,12 @@ class rhizomatica_base_system {
|
||||||
require => Vcsrepo['/var/rhizomatica'],
|
require => Vcsrepo['/var/rhizomatica'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
file { '/var/www/html/rai/graphs':
|
||||||
|
ensure => link,
|
||||||
|
target => '/var/rhizomatica/rrd/graphs',
|
||||||
|
require => Vcsrepo['/var/rhizomatica'],
|
||||||
|
}
|
||||||
|
|
||||||
#PostgreSQL server
|
#PostgreSQL server
|
||||||
class { 'postgresql::globals':
|
class { 'postgresql::globals':
|
||||||
manage_package_repo => true,
|
manage_package_repo => true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue