Update graphite module on each puppet run
This commit is contained in:
parent
27020366a5
commit
df2c66896a
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class icingaweb2::mod::graphite (
|
|||
}
|
||||
|
||||
vcsrepo { 'graphite':
|
||||
ensure => present,
|
||||
ensure => latest,
|
||||
path => "${web_root}/modules/graphite",
|
||||
provider => 'git',
|
||||
revision => $git_revision,
|
||||
|
|
Loading…
Reference in a new issue