I concur. Same problem applies to Apache vhosts - best intentions
never seem to cover all possible scenarios and its often good to have
a 'custom => template("foo/foo.conf")' method for allow custom stuff
to be added to a vhost entry - at least until each and all cases are
covered by native resources :-).ken. On Wed, Jun 15, 2011 at 12:29 AM, Eric Searcy <[email protected]> wrote: > On Tue, Jun 7, 2011 at 9:20 AM, Jamison Fryman <[email protected]> wrote: >> My ask is this: I'm really interested in the various use cases of nginx that >> are used by the community today that we can roll into this module. > > If I was going to use a module like this I'd probably need a fallback > for directly-controlled vhost config for those vhosts which are rather > complex (which happens to be most :-) ). > > Here's a reverse caching proxy vhost of mine in front of SugarCRM > (itself on httpd): http://pastie.org/2069510 > A Puppet master vhost: http://pastie.org/2069518 > My nginx class (most of my classes look like this; > service+package+file): http://pastie.org/2069558 > > (I guess I have yet to subscribe to the goal that "As Puppet matures, > it expected that the file resource will be used less and less to > manage content, and instead native resources will be used to do > so."---I use file all over the place without it having becoming > cumbersome, and in fact find this easier than abstracting configs > behind native types. My 2c!) > > Eric > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
