Update graphite module on each puppet run

This commit is contained in:
Sebastian Brückner 2015-11-22 14:07:49 +01:00
parent 27020366a5
commit df2c66896a

View file

@ -63,7 +63,7 @@ class icingaweb2::mod::graphite (
}
vcsrepo { 'graphite':
ensure => present,
ensure => latest,
path => "${web_root}/modules/graphite",
provider => 'git',
revision => $git_revision,