/[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 1318 by boklm, Tue Mar 15 15:01:39 2011 UTC revision 1320 by boklm, Tue Mar 15 15:29:02 2011 UTC
# Line 74  node alamut { Line 74  node alamut {
74      }      }
75    
76      apache::vhost_redirect_ssl { "forums.$domain": }      apache::vhost_redirect_ssl { "forums.$domain": }
77        vhost_redirect { "forum.$domain":
78            url => "https://forums.$domain/",
79        }
80        vhost_redirect { "ssl_forum.$domain":
81            url => "https://forums.$domain/",
82            vhost => "forum.$domain",
83            use_ssl => true,
84        }
85    
86      # connect to ssl so the proxy do not shoke if trying to      # connect to ssl so the proxy do not shoke if trying to
87      # enforce ssl ( note that this has not been tested, maybe this      # enforce ssl ( note that this has not been tested, maybe this

Legend:
Removed from v.1318  
changed lines
  Added in v.1320

  ViewVC Help
Powered by ViewVC 1.1.30