Skip to content

Commit

Permalink
refresh service when package changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andyroyle committed Apr 4, 2016
1 parent 122b87d commit 2f380b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifests/service.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
}
'package','repo': {
service { $::grafana::service_name:
ensure => running,
enable => true
ensure => running,
enable => true,
subscribe => Package[$::grafana::package_name]
}
}
'archive': {
Expand Down

0 comments on commit 2f380b4

Please sign in to comment.