CGP: Fix require dependency

This commit is contained in:
Monocots 2022-10-25 19:07:57 +00:00
parent 00ec9c9b8e
commit a37bba7ead

View file

@ -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':