Skip to content

Commit

Permalink
Adding dependency to st2web nginx config to nginx package
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaludy committed Nov 27, 2017
1 parent 239ce97 commit b44bd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/profile/web.pp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
group => 'root',
mode => '0644',
source => $st2::params::nginx_st2_conf,
subscribe => Package['st2'],
subscribe => [Package['nginx'], Package['st2']],
notify => Service['nginx'],
}

Expand Down

0 comments on commit b44bd4f

Please sign in to comment.