Skip to content

Commit

Permalink
Merge pull request #557 from radford/nginx-config-relationships
Browse files Browse the repository at this point in the history
Set up relationships for nginx::config even when overridden
  • Loading branch information
jfryman committed Jan 30, 2015
2 parents fa34755 + c2389b8 commit 4a49716
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,9 @@
sites_available_owner => $sites_available_owner,
sites_available_group => $sites_available_group,
sites_available_mode => $sites_available_mode,
require => Class['::nginx::package'],
notify => Class['::nginx::service'],
}
}
Class['::nginx::package'] -> Class['::nginx::config'] ~> Class['::nginx::service']

class { '::nginx::service':
configtest_enable => $configtest_enable,
Expand Down

0 comments on commit 4a49716

Please sign in to comment.