Clone Collectd Graph Panel to webroot
This commit is contained in:
parent
79a9edadff
commit
5540a54ac9
1 changed files with 8 additions and 0 deletions
|
@ -394,6 +394,14 @@ schedule { 'never':
|
|||
default => 'master'
|
||||
}
|
||||
|
||||
vcsrepo { '/var/www/html/CGP':
|
||||
schedule => 'onceday',
|
||||
ensure => latest,
|
||||
provider => git,
|
||||
source => 'https://github.com/pommi/CGP.git',
|
||||
require => [ Package['git'] ],
|
||||
}
|
||||
|
||||
vcsrepo { '/var/meas':
|
||||
schedule => 'onceday',
|
||||
ensure => latest,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue