Skip to content

Commit

Permalink
Trying to fix rhel 7 integration test for st2web
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaludy committed Nov 27, 2017
1 parent a8fb618 commit 93793cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/profile/web.pp
Expand Up @@ -53,7 +53,7 @@
group => 'root',
mode => '0644',
source => $::st2::params::nginx_st2_conf,
subscribe => Package[$::st2::params::st2_server_package],
subscribe => Package[$::st2::params::st2_server_packages],
notify => Service['nginx'],
}

Expand Down

0 comments on commit 93793cf

Please sign in to comment.