Skip to content

Commit

Permalink
stop managing service files when using install_method package
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Alfke committed Nov 1, 2017
1 parent 74a8291 commit b3c34cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/daemon.pp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
$user,
$group,

$install_method = $::prometheus::params::install_method,
$install_method = $::prometheus::install_method,
$download_extension = $::prometheus::params::download_extension,
$os = $::prometheus::params::os,
$arch = $::prometheus::params::arch,
Expand Down Expand Up @@ -148,7 +148,7 @@
}


if $init_style {
if $init_style and $install_method == 'url' {

case $init_style {
'upstart' : {
Expand Down

0 comments on commit b3c34cf

Please sign in to comment.