Log of /puppet/modules/puppet/templates
Directory Listing
Revision
2595 -
Directory Listing
Modified
Sat Mar 17 20:48:46 2012 UTC
(11 years, 2 months ago)
by
misc
add graphing support, so we can see graph of all our objects
Revision
2493 -
Directory Listing
Modified
Thu Mar 15 22:54:55 2012 UTC
(11 years, 2 months ago)
by
misc
rename db_config.pp as it cause issue with rakefile for puppet-lint
Revision
2452 -
Directory Listing
Modified
Sun Feb 19 17:45:13 2012 UTC
(11 years, 3 months ago)
by
misc
add the rack config file for thin
Revision
2451 -
Directory Listing
Modified
Sun Feb 19 17:45:12 2012 UTC
(11 years, 3 months ago)
by
misc
add thin configuration
Revision
2449 -
Directory Listing
Modified
Sun Feb 19 17:45:07 2012 UTC
(11 years, 3 months 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
2441 -
Directory Listing
Modified
Sat Feb 18 18:59:54 2012 UTC
(11 years, 3 months ago)
by
misc
deploy hiera configuration file
Revision
2396 -
Directory Listing
Modified
Fri Feb 10 22:18:16 2012 UTC
(11 years, 3 months 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
(11 years, 3 months 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
2384 -
Directory Listing
Modified
Thu Feb 9 16:52:29 2012 UTC
(11 years, 3 months ago)
by
misc
fix the location to be the same for both puppetq and puppetmaster
( especially since default one is unsuitable due to permission issue )
Revision
2383 -
Directory Listing
Modified
Thu Feb 9 16:42:25 2012 UTC
(11 years, 3 months ago)
by
misc
use the default path shared with puppetqueue
Revision
2364 -
Directory Listing
Modified
Thu Feb 9 09:10:45 2012 UTC
(11 years, 3 months ago)
by
misc
use a stompserver ( since otherwise, database can be locked for quite a long time )
Revision
2257 -
Directory Listing
Modified
Sun Jan 15 10:12:01 2012 UTC
(11 years, 4 months ago)
by
misc
deploy reports by irc on valstar
Revision
2009 -
Directory Listing
Modified
Mon Sep 19 08:51:23 2011 UTC
(11 years, 8 months ago)
by
misc
allow to change environment easyly on commandline
Revision
2000 -
Directory Listing
Modified
Mon Sep 12 17:02:34 2011 UTC
(11 years, 8 months ago)
by
misc
call the server puppet rather than puppetmaster, since that's the
default name, and so it ease the deployment of new nodes and vm
Revision
1897 -
Directory Listing
Modified
Thu Jul 21 09:30:49 2011 UTC
(11 years, 10 months ago)
by
nanardon
- add a comment to warn people
Revision
1896 -
Directory Listing
Modified
Thu Jul 21 09:24:58 2011 UTC
(11 years, 10 months ago)
by
nanardon
- ooops wrong svn
Revision
1895 -
Directory Listing
Modified
Thu Jul 21 09:21:29 2011 UTC
(11 years, 10 months ago)
by
nanardon
- abandon storeconfig
Revision
1800 -
Directory Listing
Modified
Mon Jul 4 14:28:56 2011 UTC
(11 years, 11 months ago)
by
misc
reenable splay, as ecosse and jonund sync at the same time, and this cause problem
Revision
1798 -
Directory Listing
Modified
Sun Jul 3 22:39:59 2011 UTC
(11 years, 11 months ago)
by
misc
disable splay, no longer needed
Revision
880 -
Directory Listing
Modified
Sat Jan 22 23:04:53 2011 UTC
(12 years, 4 months ago)
by
misc
- send mail from puppet on a dedicated ml, as said on 05/11/11
Revision
741 -
Directory Listing
Modified
Sun Jan 9 11:15:07 2011 UTC
(12 years, 4 months ago)
by
misc
add newer path for module searching :
- external for modules that we didn't wrote and took from the internet
- deployment, for modules that are purely deployment specific (
website, maillings lists )
Revision
730 -
Directory Listing
Modified
Sat Jan 8 21:13:08 2011 UTC
(12 years, 4 months ago)
by
misc
report are sent by the puppetmaster, so the configuration of mail sending should on master side
Revision
689 -
Directory Listing
Modified
Fri Jan 7 01:58:33 2011 UTC
(12 years, 4 months ago)
by
misc
send reports to the new ml ( for test now, I will disable the previous one later )
Revision
670 -
Directory Listing
Modified
Thu Jan 6 01:33:44 2011 UTC
(12 years, 4 months ago)
by
misc
- use root instead of reports@, for migration to a ml
Revision
637 -
Directory Listing
Modified
Thu Dec 16 13:19:55 2010 UTC
(12 years, 5 months ago)
by
misc
- use splay paramater, so all node do not try to sync at the same time
I suspect the logs rotations to restart them all at 4h, and so they all
sync at the same time, thus leading to problem ( as we still use webrick, see
my mail on 14/12/2010, 14h04 )
Revision
514 -
Directory Listing
Modified
Mon Dec 6 16:59:45 2010 UTC
(12 years, 5 months ago)
by
misc
- enable stored config
Revision
336 -
Directory Listing
Modified
Sat Nov 20 00:19:07 2010 UTC
(12 years, 6 months ago)
by
misc
- enable the distribution of plugin ( ie, facter module, custom type )
Revision
164 -
Directory Listing
Modified
Fri Nov 5 18:34:23 2010 UTC
(12 years, 6 months ago)
by
misc
- migrate to the new config file format
Revision
163 -
Directory Listing
Modified
Fri Nov 5 18:32:45 2010 UTC
(12 years, 6 months ago)
by
misc
- add configuration for puppetmaster name
Revision
154 -
Directory Listing
Added
Fri Nov 5 18:20:22 2010 UTC
(12 years, 6 months ago)
by
misc
- add puppet module, based on my own setup