module-nginx/manifests
Jeff McCune 3e380e242b Add transitive relationships to Class['nginx']
Without this change, the end user of the module may run into issues
establishing relationships to the composite class (the main nginx class)

For example, the user may declare this relationship expecting
nginx to be managed after the yum repositories have been configured:

    node default {
      class { 'site::yumconfig': }
      -> class { 'nginx': }
    }

However, all of the resources exist in implementation classes, which
do not have a transitive relationship declared to the nginx class.
Without this change, Puppet may very well manage Class['nginx::config']
before Class['site::yumconfig'] even though the user clearly indicated
this should not be the case.
2011-06-14 20:02:17 -07:00
..
package Updated PuppetDoc header information 2011-06-07 11:00:01 -05:00
resource Updated Documentation 2011-06-06 18:05:27 -05:00
config.pp Updated Documentation 2011-06-06 18:05:27 -05:00
init.pp Add transitive relationships to Class['nginx'] 2011-06-14 20:02:17 -07:00
package.pp Updated Documentation 2011-06-06 18:05:27 -05:00
params.pp Updated Documentation 2011-06-06 18:05:27 -05:00
service.pp Updated Documentation 2011-06-06 18:05:27 -05:00