CGP: Now hosting the repo
Change the URL and remove the config file patch as it is now committed to the repo. (This change temporarily requires force => true but I didn't commit that.)
This commit is contained in:
parent
7f94ea2584
commit
306bb24792
2 changed files with 2 additions and 117 deletions
|
@ -357,8 +357,9 @@ schedule { 'never':
|
|||
vcsrepo { '/var/www/html/CGP':
|
||||
schedule => 'onceday',
|
||||
ensure => latest,
|
||||
revision => 'rhizo/tic',
|
||||
provider => git,
|
||||
source => 'https://github.com/pommi/CGP.git',
|
||||
source => 'https://gitlab.tic-ac.org/Rhizomatica/CGP.git',
|
||||
require => [ Package['git'] ],
|
||||
}
|
||||
|
||||
|
@ -382,12 +383,6 @@ schedule { 'never':
|
|||
require => File['/root/.ssh/bsc_dev'],
|
||||
}
|
||||
|
||||
file { '/var/www/html/CGP/conf/config.php':
|
||||
source => 'puppet:///modules/rhizo_base/CGPconfig.php',
|
||||
mode => '0644',
|
||||
require => Vcsrepo['/var/www/html/CGP'],
|
||||
}
|
||||
|
||||
file { '/root/collectd-hack':
|
||||
source => 'puppet:///modules/rhizo_base/collectd-hack',
|
||||
mode => '0750'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue