/[adm]/puppet/modules/phpbb/manifests/init.pp
ViewVC logotype

Log of /puppet/modules/phpbb/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 2625)

Revision 1536 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 19 11:20:27 2011 UTC (12 years, 11 months ago) by misc
File length: 5805 byte(s)
Diff to previous 1532 , to selected 1170
declare phpbb database using a different type, so this can be then used
on postgresql side to declare access on the database


Revision 1532 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 19 10:16:25 2011 UTC (12 years, 11 months ago) by misc
File length: 5562 byte(s)
Diff to previous 1531 , to selected 1170
reload apache when a new forum is declared


Revision 1531 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 19 10:15:18 2011 UTC (12 years, 11 months ago) by misc
File length: 5521 byte(s)
Diff to previous 1530 , to selected 1170
- add redirection_instance type , to handle forums redirection


Revision 1530 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 19 10:00:25 2011 UTC (12 years, 11 months ago) by misc
File length: 5197 byte(s)
Diff to previous 1529 , to selected 1170
- add a directory to store locale redirection


Revision 1529 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 19 09:50:07 2011 UTC (12 years, 11 months ago) by misc
File length: 5100 byte(s)
Diff to previous 1528 , to selected 1170
- also do make sure that the phpbb_apply can be declared multiple time


Revision 1528 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 19 09:03:32 2011 UTC (12 years, 11 months ago) by misc
File length: 5056 byte(s)
Diff to previous 1526 , to selected 1170
change phpbb_config so it can be declared multiple time ( ie for more than one
instance ) without having issue with ressources title unicity


Revision 1526 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 18 10:14:34 2011 UTC (12 years, 11 months ago) by misc
File length: 4698 byte(s)
Diff to previous 1420 , to selected 1170
fix reentrency issues of phpbb module ( ie, apache_writable_dir that could not be declared more
than once )


Revision 1420 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 29 20:15:08 2011 UTC (13 years ago) by misc
File length: 4708 byte(s)
Diff to previous 1293 , to selected 1170
- remove incorrect requirement of mysql, as found out by pascal


Revision 1293 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 8 16:03:12 2011 UTC (13 years ago) by misc
File length: 4730 byte(s)
Diff to previous 1281 , to selected 1170
- and again, do not hardcode server name, as this would cause problem if we 
move to another server


Revision 1281 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 8 11:54:36 2011 UTC (13 years ago) by misc
File length: 4729 byte(s)
Diff to previous 1184 , to selected 1170
- use the new type for remote database declaration

Revision 1184 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 23 16:47:15 2011 UTC (13 years, 1 month ago) by misc
File length: 4766 byte(s)
Diff to previous 1181 , to selected 1170
fix previous try to have a array of directories writable by apache

Revision 1181 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 23 12:41:17 2011 UTC (13 years, 1 month ago) by misc
File length: 4739 byte(s)
Diff to previous 1177 , to selected 1170
add more directory to be writable

Revision 1177 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 22 02:16:16 2011 UTC (13 years, 1 month ago) by misc
File length: 4545 byte(s)
Diff to previous 1176 , to selected 1170
- force ssl for the ldap binding

Revision 1176 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 22 02:16:14 2011 UTC (13 years, 1 month ago) by misc
File length: 4537 byte(s)
Diff to previous 1173 , to selected 1170
- reindent required packages, and add php-ldap to the mix

Revision 1173 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 22 01:20:43 2011 UTC (13 years, 1 month ago) by misc
File length: 4405 byte(s)
Diff to previous 1172 , to selected 1170
- fix call to notify

Revision 1172 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 22 01:17:31 2011 UTC (13 years, 1 month ago) by misc
File length: 4399 byte(s)
Diff to previous 1170
- fix manifests


Revision 1170 - (view) (download) (annotate) - [selected]
Modified Tue Feb 22 01:14:40 2011 UTC (13 years, 1 month ago) by misc
File length: 4399 byte(s)
Diff to previous 1169
- offer a ssl version of the forum, for login


Revision 1169 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 22 01:04:21 2011 UTC (13 years, 1 month ago) by misc
File length: 4209 byte(s)
Diff to previous 1168 , to selected 1170
- phpbb enforce that install is not present ( which is a good thing
for security, and a bad thing because this force me to do some hack like this)

Revision 1168 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 22 01:04:19 2011 UTC (13 years, 1 month ago) by misc
File length: 3795 byte(s)
Diff to previous 1167 , to selected 1170
- set cache as writable by apache user

Revision 1167 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 22 01:04:18 2011 UTC (13 years, 1 month ago) by misc
File length: 3465 byte(s)
Diff to previous 1161 , to selected 1170
- use a alias for the exec

Revision 1161 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 21 19:07:26 2011 UTC (13 years, 1 month ago) by misc
File length: 3489 byte(s)
Diff to previous 1158 , to selected 1170
- fix order of include ( this should not matter, except in this specific case )


Revision 1158 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 21 15:52:21 2011 UTC (13 years, 1 month ago) by misc
File length: 3488 byte(s)
Diff to previous 1156 , to selected 1170
clean comments, and add missing configuration set in the db

Revision 1156 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 21 15:14:58 2011 UTC (13 years, 1 month ago) by misc
File length: 3186 byte(s)
Diff to previous 1154 , to selected 1170
- add vhost for forums

Revision 1154 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 21 15:14:56 2011 UTC (13 years, 1 month ago) by misc
File length: 3067 byte(s)
Diff to previous 1153 , to selected 1170
add a require for ordering purpose

Revision 1153 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 21 15:14:54 2011 UTC (13 years, 1 month ago) by misc
File length: 3027 byte(s)
Diff to previous 1152 , to selected 1170
since phpbb::instance is outside of phpbb::base, the variables are no longer in the scope ( TODO find a cleaner way, I am too sick for this now )

Revision 1152 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 21 15:14:53 2011 UTC (13 years, 1 month ago) by misc
File length: 2890 byte(s)
Diff to previous 1151 , to selected 1170
move phpbb_config outside of phpbb::base

Revision 1151 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 21 15:14:52 2011 UTC (13 years, 1 month ago) by misc
File length: 2764 byte(s)
Diff to previous 1150 , to selected 1170
rename the php_instance class, as it is already scoped in phpbb module

Revision 1150 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 21 15:14:50 2011 UTC (13 years, 1 month ago) by misc
File length: 2688 byte(s)
Diff to previous 1149 , to selected 1170
fix name of the upper module

Revision 1149 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 21 15:14:49 2011 UTC (13 years, 1 month ago) by misc
File length: 2686 byte(s)
Diff to previous 1148 , to selected 1170
add comment on various configuration value that should deployed by puppet

Revision 1148 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 21 15:14:48 2011 UTC (13 years, 1 month ago) by misc
File length: 2516 byte(s)
Diff to previous 1147 , to selected 1170
use the name for local

Revision 1147 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 21 15:14:47 2011 UTC (13 years, 1 month ago) by misc
File length: 2499 byte(s)
Diff to previous 1146 , to selected 1170
- use a define to allow multiple forum installation ( for numerous locale )

Revision 1146 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 21 15:14:45 2011 UTC (13 years, 1 month ago) by misc
File length: 1709 byte(s)
Diff to previous 1098 , to selected 1170
- add php-pgsql, or the forum will fail silently

Revision 1098 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 16 16:12:31 2011 UTC (13 years, 1 month ago) by misc
File length: 1697 byte(s)
Diff to previous 1091 , to selected 1170
- add a dep on git, as it is used by mga forum developers


Revision 1091 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 15 16:39:25 2011 UTC (13 years, 1 month ago) by misc
File length: 1673 byte(s)
Diff to previous 1090 , to selected 1170
environnement must be in a array

Revision 1090 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 15 16:39:23 2011 UTC (13 years, 1 month ago) by misc
File length: 1659 byte(s)
Diff to previous 1086 , to selected 1170
fix the variable to use for connecting

Revision 1086 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 15 15:46:24 2011 UTC (13 years, 1 month ago) by misc
File length: 1653 byte(s)
Diff to previous 1076 , to selected 1170
add missing requires for script

Revision 1076 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 15 01:13:34 2011 UTC (13 years, 1 month ago) by misc
File length: 1628 byte(s)
Diff to previous 1075 , to selected 1170
- fix error in declaration


Revision 1075 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 15 00:48:25 2011 UTC (13 years, 1 month ago) by misc
File length: 1669 byte(s)
Diff to previous 1074 , to selected 1170
deploy ldap config into phpbb database

Revision 1074 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 15 00:48:24 2011 UTC (13 years, 1 month ago) by misc
File length: 1261 byte(s)
Diff to previous 1073 , to selected 1170
add a define to manage part of the phpbb config from puppet by directly changing the configuration in the db

Revision 1073 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 15 00:48:22 2011 UTC (13 years, 1 month ago) by misc
File length: 589 byte(s)
Diff to previous 1072 , to selected 1170
use a variable

Revision 1072 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 15 00:48:20 2011 UTC (13 years, 1 month ago) by misc
File length: 549 byte(s)
Diff to previous 1060 , to selected 1170
create the postgresql db for phpbb

Revision 1060 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 12 22:49:13 2011 UTC (13 years, 1 month ago) by dmorgan
File length: 295 byte(s)
Diff to previous 1057 , to selected 1170
add missing :

Revision 1057 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 12 22:05:26 2011 UTC (13 years, 1 month ago) by dmorgan
File length: 293 byte(s)
Diff to previous 1053 , to selected 1170
Fix typo


Revision 1053 - (view) (download) (annotate) - [select for diffs]
Added Sat Feb 12 16:05:10 2011 UTC (13 years, 1 month ago) by misc
File length: 291 byte(s)
Diff to selected 1170
- initial module to setup phpbb

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.30