/[adm]/puppet/modules/puppet/manifests
ViewVC logotype

Log of /puppet/modules/puppet/manifests

View Directory Listing Directory Listing


Sticky Revision:

Revision 2695 - Directory Listing
Modified Sun Mar 25 13:22:08 2012 UTC (12 years ago) by misc
fix module invaocation after split

Revision 2684 - Directory Listing
Modified Sun Mar 25 12:20:29 2012 UTC (12 years ago) by misc
add forgotten module rename

Revision 2681 - Directory Listing
Modified Sun Mar 25 12:20:20 2012 UTC (12 years ago) by misc
fix usage of mod::ssl on other manifests

Revision 2663 - Directory Listing
Modified Tue Mar 20 17:42:15 2012 UTC (12 years ago) by misc
fix whitespace and line too long

Revision 2645 - Directory Listing
Modified Mon Mar 19 20:36:17 2012 UTC (12 years ago) by misc
style cleaning of the module

Revision 2634 - Directory Listing
Modified Mon Mar 19 19:44:24 2012 UTC (12 years ago) by misc
fix some puppet-lint warning about symlink

Revision 2493 - Directory Listing
Modified Thu Mar 15 22:54:55 2012 UTC (12 years ago) by misc
rename db_config.pp as it cause issue with rakefile for puppet-lint

Revision 2454 - Directory Listing
Modified Sun Feb 19 17:45:18 2012 UTC (12 years, 1 month ago) by misc
add comments about enabling thin, to solve the scalability issue of puppet and webrick

Revision 2453 - Directory Listing
Modified Sun Feb 19 17:45:16 2012 UTC (12 years, 1 month ago) by misc
add service for the thin application server

Revision 2452 - Directory Listing
Modified Sun Feb 19 17:45:13 2012 UTC (12 years, 1 month ago) by misc
add the rack config file for thin

Revision 2451 - Directory Listing
Modified Sun Feb 19 17:45:12 2012 UTC (12 years, 1 month ago) by misc
add thin configuration

Revision 2450 - Directory Listing
Modified Sun Feb 19 17:45:10 2012 UTC (12 years, 1 month ago) by misc
reindentation of the manifest

Revision 2449 - Directory Listing
Modified Sun Feb 19 17:45:07 2012 UTC (12 years, 1 month ago) by misc
add apache configuration for the proxy ( ie, apache will serve static
file and take care of ssl negocation, and thin take care of the backend )

Revision 2448 - Directory Listing
Modified Sun Feb 19 17:45:04 2012 UTC (12 years, 1 month ago) by misc
add a module to start the integration of thin and puppet, since webrick
( default puppet server ) as some scalabilty issue ( ie, the numerous ssl
errors we can see from time to time ).

As explained on puppet website, webrick can only serve 1 client at a time,
so we need to switch to a better system. Mongrel is no longer developped, passenger
fork boost ( not very good IMHO ), so thin is the simplest option for now

Revision 2441 - Directory Listing
Modified Sat Feb 18 18:59:54 2012 UTC (12 years, 1 month ago) by misc
deploy hiera configuration file

Revision 2440 - Directory Listing
Modified Sat Feb 18 18:32:49 2012 UTC (12 years, 1 month ago) by misc
deploy hiera for puppet

Revision 2439 - Directory Listing
Modified Sat Feb 18 18:32:47 2012 UTC (12 years, 1 month ago) by misc
add hiera support in puppet

Revision 2399 - Directory Listing
Modified Sun Feb 12 01:25:30 2012 UTC (12 years, 1 month ago) by misc
fix client on all servers except valstar

Revision 2398 - Directory Listing
Modified Sat Feb 11 14:45:07 2012 UTC (12 years, 1 month ago) by misc
fix again the inheritance for puppet

Revision 2397 - Directory Listing
Modified Sat Feb 11 12:41:42 2012 UTC (12 years, 1 month ago) by misc
fix error due to last change ( ie, we need to have proper inheritance in place for subclassing )

Revision 2396 - Directory Listing
Modified Fri Feb 10 22:18:16 2012 UTC (12 years, 1 month ago) by misc
split puppet.conf template file, and reorganize the module so we don't install rails on every client

Revision 2395 - Directory Listing
Modified Fri Feb 10 19:05:33 2012 UTC (12 years, 1 month ago) by misc
split stored_config in a separate class, and refactor the configuration.
This will ease a switch to postgresql once I found how to solve the
issues of bootstrapping it ( for automated reinstallation )

Revision 2373 - Directory Listing
Modified Thu Feb 9 09:11:02 2012 UTC (12 years, 1 month ago) by misc
make it puppet-lint compliant, and use proper scoping for puppet 2.8
migration ( ie, use $::foo instead of $foo for facts )

Revision 2372 - Directory Listing
Modified Thu Feb 9 09:11:01 2012 UTC (12 years, 1 month ago) by misc
make puppet-lint happier, and use short form option for puppet invocation

Revision 2371 - Directory Listing
Modified Thu Feb 9 09:10:59 2012 UTC (12 years, 1 month ago) by misc
make puppet-lint silent on queue.pp

Revision 2369 - Directory Listing
Modified Thu Feb 9 09:10:55 2012 UTC (12 years, 1 month ago) by misc
add require on ruby-stomp ( needed for puppetqd )

Revision 2368 - Directory Listing
Modified Thu Feb 9 09:10:53 2012 UTC (12 years, 1 month ago) by misc
split puppet::master in a separate file, reindent it
and add a include for puppet::queue since that's needed

Revision 2367 - Directory Listing
Modified Thu Feb 9 09:10:51 2012 UTC (12 years, 1 month ago) by misc
add a puppet::queue manifest, to start the daemon in charge of queing database access

Revision 2366 - Directory Listing
Modified Thu Feb 9 09:10:49 2012 UTC (12 years, 1 month ago) by misc
split puppet::clinet in a separate file

Revision 2361 - Directory Listing
Modified Thu Feb 9 09:10:40 2012 UTC (12 years, 1 month ago) by misc
clean now we no longer use mandriva on puppet master

Revision 2360 - Directory Listing
Modified Thu Feb 9 09:10:38 2012 UTC (12 years, 1 month ago) by misc
clean service from old and wrong configuration

Revision 2359 - Directory Listing
Modified Thu Feb 9 09:10:34 2012 UTC (12 years, 1 month ago) by misc
do not inherit, better to include puppet::client

Revision 2233 - Directory Listing
Modified Sun Jan 8 23:26:04 2012 UTC (12 years, 2 months ago) by misc
fix dependency problem due to last commit

Revision 2222 - Directory Listing
Modified Sun Jan 8 22:24:51 2012 UTC (12 years, 2 months ago) by misc
cleaning of puppet module

Revision 2010 - Directory Listing
Modified Mon Sep 19 09:28:37 2011 UTC (12 years, 6 months ago) by misc
add autosign.conf, so we can autodeploy test vm in the test
environment

Revision 1955 - Directory Listing
Modified Wed Aug 17 22:04:10 2011 UTC (12 years, 7 months ago) by misc
adapt the configuration for upgrade to mageia ( rails changed name )

Revision 1915 - Directory Listing
Modified Fri Aug 5 13:40:55 2011 UTC (12 years, 7 months ago) by boklm
don't stop puppet service to avoid puppet killing itself

Revision 1914 - Directory Listing
Modified Fri Aug 5 12:48:34 2011 UTC (12 years, 7 months ago) by boklm
ensure puppet daemon is stopped as we are now using cron

Revision 1815 - Directory Listing
Modified Thu Jul 7 21:01:36 2011 UTC (12 years, 8 months ago) by misc
no longer check for puppet service


Revision 1796 - Directory Listing
Modified Sun Jul 3 22:32:06 2011 UTC (12 years, 8 months ago) by misc
use a cron based system rather than the daemon, as said on the ml

Revision 951 - Directory Listing
Modified Wed Feb 2 23:26:53 2011 UTC (13 years, 1 month ago) by misc
oops, 1m doesn't 1 month, but 1 minutes

Revision 948 - Directory Listing
Modified Wed Feb 2 23:18:03 2011 UTC (13 years, 1 month ago) by misc
clean the old report ( already 2G on valstar )

Revision 595 - Directory Listing
Modified Tue Dec 14 11:30:03 2010 UTC (13 years, 3 months ago) by misc
- do not restart when puppet.conf is updated, or this stop puppet while updating itself


Revision 515 - Directory Listing
Modified Mon Dec 6 17:25:58 2010 UTC (13 years, 3 months ago) by misc
stored config option requires rails ( maybe a wrong requires on ruby-activerecord )


Revision 513 - Directory Listing
Modified Mon Dec 6 16:58:49 2010 UTC (13 years, 3 months ago) by misc
- install ruby-sqlite, to use stored config, and so exported config


Revision 438 - Directory Listing
Modified Tue Nov 23 23:23:17 2010 UTC (13 years, 4 months ago) by misc
fix permissions on tagmail.conf

Revision 204 - Directory Listing
Modified Mon Nov 8 01:48:07 2010 UTC (13 years, 4 months ago) by misc
- fix manifests


Revision 202 - Directory Listing
Modified Mon Nov 8 01:16:10 2010 UTC (13 years, 4 months ago) by misc
- deploy the tagmail configuration file, so we get error on manifest application


Revision 156 - Directory Listing
Modified Fri Nov 5 18:20:57 2010 UTC (13 years, 4 months ago) by misc
move extdata to the module

Revision 154 - Directory Listing
Added Fri Nov 5 18:20:22 2010 UTC (13 years, 4 months ago) by misc
- add puppet module, based on my own setup

  ViewVC Help
Powered by ViewVC 1.1.30