Skip to content

Commit

Permalink
change up variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jfryman committed Oct 13, 2015
2 parents 337a0d5 + 80c2258 commit 8e67e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/helper/service_manager.pp
Expand Up @@ -12,7 +12,7 @@

tag('st2::service_manager')

case $_init_type {
case $_init_provider {
'upstart': {
$_init_file = "/etc/init/${_subsystem}.conf"
$_init_mode = '0644'
Expand Down Expand Up @@ -75,7 +75,7 @@
enable => true,
hasstatus => true,
hasrestart => true,
provider => $init_type,
provider => $_init_type,
subscribe => [
Package["${_package}"],
Package['st2common'],
Expand Down

0 comments on commit 8e67e3d

Please sign in to comment.