/[adm]/puppet/manifests/nodes.pp
ViewVC logotype

Diff of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1164 by misc, Tue Feb 22 00:01:48 2011 UTC revision 1171 by misc, Tue Feb 22 01:15:43 2011 UTC
# Line 77  node alamut { Line 77  node alamut {
77          url => "http://forums.$domain/",          url => "http://forums.$domain/",
78      }      }
79    
80        # connect to ssl so the proxy do not shoke if trying to
81        # enforce ssl ( note that this has not been tested, maybe this
82        # is uneeded )
83      apache::vhost_reverse_proxy { "ssl_forums.$domain":      apache::vhost_reverse_proxy { "ssl_forums.$domain":
84          url => "http://forums.$domain/",          url => "https://forums.$domain/",
85          vhost => "forums.$domain",          vhost => "forums.$domain",
86          use_ssl => true,          use_ssl => true,
87      }      }

Legend:
Removed from v.1164  
changed lines
  Added in v.1171

  ViewVC Help
Powered by ViewVC 1.1.30