Skip to content

Commit

Permalink
Merge pull request voxpupuli#24 from dhoppe/daemon
Browse files Browse the repository at this point in the history
Use same namespace for Prometheus and its components
  • Loading branch information
bastelfreak authored Mar 26, 2017
2 parents 7b9211d + 7bd070f commit 9611d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
}
'systemd' : {
file { '/lib/systemd/system/prometheus.service':
file { '/etc/systemd/system/prometheus.service':
mode => '0644',
owner => 'root',
group => 'root',
Expand Down

0 comments on commit 9611d9f

Please sign in to comment.