MeidokonWiki:

misaka

misaka_imouto.jpg

local work

thinking about apache

Our puppet management of apache is still a mess, so we'll do it manually. What do we want to take care of?

Some puppet manifest

   1 node "misaka.anchor.net.au" {
   2     $supportlevel = complete
   3 
   4     networking::interface {
   5         "eth0":
   6             ipaddress => "202.4.224.29/25",
   7             gateway   => "top";
   8         "eth0:00":
   9             ipaddress => "202.4.224.30/25",
  10             comment   => "nginx";
  11         "eth0:01":
  12             ipaddress => "202.4.224.31/25",
  13             comment   => "apache";
  14         "eth0:02":
  15             ipaddress => "202.4.224.48/25",
  16             comment   => "qqc.meidokon.net";
  17         "eth1":
  18             ipaddress => "172.22.71.103/16";
  19     }

MeidokonWiki: servers/misaka (last edited 2012-08-28 04:17:30 by furinkan)