Parent Directory | Revision Log
Links to HEAD: | (view) (download) (annotate) |
Sticky Revision: |
add defaults values for user created by puppet, to remove duplication
add 'php-ldap' in the package list (needed for plugins)
add 'unzip' in the package list (needed for plugins)
change backup directory path
define blog_location and blog_domain in base
change blog directory
add backup for blog files
update cron information to be more explicit
fix path for backup
remove day in cron
typo
fix cron day parameter
add db backup and update class names to be more explicit
enable crontab for checking new blog post
disable checking for new blog post during migration (spotted by ennael)
migrate blogs on champagne
update init.pp to split script in different classes
remove 'mysql' installation on champagne
update blog user's comment (which is used in From header in emails sent)
remove nail in 'packages to be installed' as it's already in 'postfix' module
add nail in 'packages to be installed'
remove blog group
update user/group as blog:blog is not needed anymore
- add ssl support on blog, and reuse the vhost_base module ( so there is less template to write )
add a require on user ( for ordering prupose, as cron use the user )
- use variable for the blog domain and location (less stuff to change later )
- add a comment about directory group ownership ( to see later )
- group logically the 2 parts of the file, scripts at first, websites at the end
- script should be root owned
- use /var/lib/blog for home directory of the systm user running blog
- more explicit comment
- rename file ( no need to number it )
do not hardcode domain (spotted by misc)
add the user creation by puppet
fix group/user
typo
add dep and rights
use blog-test.mageia.org as vhost
fix vhost filename
use apache::vhost_other_app
typo (vhost)
add the vhost for blogs
start the migration of blogs on champagne
use mysql module, reindent the file to be consistent with space and more compact
Fix the check on wget if server is down (thanks to rtp)
- move apache requirement in the blog class ( so we do not forget it ) - since apache::mod_php implie apache::base, remove redundant include
Change class
Merge two modules: mysql and blog
Fix cron for check new blog post
Remove 'nail' on 'blog' and add 'mailx' on 'postfix'
Add 'nail' on 'blog' and 'mod_php' on 'champagne'
fix typo :p
fix 'cron'
remove 'recurse'
fix 'ensure' to 'directory'
add the creation of '/var/lib/blog/' in init.pp
remove the check for postfix not to duplicate the 'postfix' module
fix the path to '/usr/local/bin' '/var/lib/blog'
adding check_new-blog-post on champagne
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.
ViewVC Help | |
Powered by ViewVC 1.1.30 |