/[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 1160 by misc, Mon Feb 21 15:57:19 2011 UTC revision 1163 by misc, Mon Feb 21 23:34:02 2011 UTC
# Line 69  node alamut { Line 69  node alamut {
69      # temporary, just the time the vm is running there      # temporary, just the time the vm is running there
70      host { 'friteuse':      host { 'friteuse':
71          ip => '192.168.122.131',          ip => '192.168.122.131',
72          host_aliases => [ "friteuse.$domain" ],          host_aliases => [ "friteuse.$domain", "forums.$domain" ],
73          ensure => 'present',          ensure => 'present',
74      }      }
75    
76        apache::vhost_reverse_proxy { "forums.$domain":
77            url => "http://forums.$domain",
78        }
79    
80        apache::vhost_reverse_proxy { "ssl_forums.$domain":
81            url => "http://forums.$domain",
82            vhost => "forums.$domain",
83            use_ssl => true,
84        }
85    
86    
87      include libvirtd::kvm      include libvirtd::kvm
88      include lists      include lists
89      include dns::server      include dns::server

Legend:
Removed from v.1160  
changed lines
  Added in v.1163

  ViewVC Help
Powered by ViewVC 1.1.30