No description
Find a file
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
manifests Add transitive relationships to Class['nginx'] 2011-06-14 20:02:17 -07:00
templates Updated Documentation 2011-06-06 17:38:40 -05:00
tests Updated Documentation 2011-06-06 17:38:40 -05:00
.gitignore Added vhost support 2011-06-02 14:49:39 -05:00
ChangeLog updated changelog 2011-06-06 17:38:57 -05:00
LICENSE 20110524 Work Snapshot 2011-05-24 21:20:48 -05:00
Modulefile Updated Documentation 2011-06-06 17:38:40 -05:00
README Updated Documentation 2011-06-06 17:38:40 -05:00
README.markdown Updated README.markdown 2011-06-07 11:04:04 -05:00