Just about ready to go live
[p5sagit/Promulger.git] / lib / Promulger / Config.pm
1 package Promulger::Config;
2
3 my $config;
4 sub config {
5   my $class = shift;
6   if(my $new = shift) {
7     $config = $new;
8   }
9   return $config;
10 };
11
12 'http://reductivelabs.com/products/puppet/';