CGP: Fix require dependency
This commit is contained in:
parent
00ec9c9b8e
commit
a37bba7ead
1 changed files with 2 additions and 1 deletions
|
@ -419,7 +419,8 @@ schedule { 'never':
|
||||||
|
|
||||||
file { '/var/www/html/CGP/conf/config.php':
|
file { '/var/www/html/CGP/conf/config.php':
|
||||||
source => 'puppet:///modules/rhizo_base/CGPconfig.php',
|
source => 'puppet:///modules/rhizo_base/CGPconfig.php',
|
||||||
mode => '0644'
|
mode => '0644',
|
||||||
|
require => Vcsrepo['/var/www/html/CGP'],
|
||||||
}
|
}
|
||||||
|
|
||||||
file { '/root/collectd-hack':
|
file { '/root/collectd-hack':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue