Skip to content

Commit

Permalink
Merge pull request RiANOl#2 from phpwutz/fix-systemd-startup-ubuntu
Browse files Browse the repository at this point in the history
pass $nomad::init_style
  • Loading branch information
dudemcbacon committed Mar 30, 2016
2 parents d6bd6a7 + c648565 commit 68a6d70
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions manifests/run_service.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@

if $nomad::manage_service == true {
service { 'nomad':
ensure => $nomad::service_ensure,
name => $init_selector,
enable => $nomad::service_enable,
ensure => $nomad::service_ensure,
name => $init_selector,
enable => $nomad::service_enable,
provider => $nomad::init_style,
}
}

Expand Down

0 comments on commit 68a6d70

Please sign in to comment.