Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove duplicate wget, fix nail for newer releases | Dan Fandrich | 2024-10-12 | 1 | -2/+0 |
| | | | | | | Puppet doesn't like it when two modules want the same package, so rely on wget being part of the base package set. nail is called s-nail on >= mga9 so fix binrepo. | ||||
* | Ensure the s-nail package is installed | Dan Fandrich | 2024-10-12 | 1 | -4/+8 |
| | | | | | The check_new-blog-post.sh script uses this to send mails. Also make sure wget is there. Drop blog support for <mga8. | ||||
* | Revert "Use @ when accessing variables in templates" | Dan Fandrich | 2024-10-04 | 4 | -6/+6 |
| | | | | | | Variables defined within a template can't be accessed with @. This change needs to be reworked to eliminate those cases. This reverts commits 2c7da665 and ae197622. | ||||
* | Use @ when accessing variables in templates | Dan Fandrich | 2024-10-04 | 4 | -6/+6 |
| | | | | Access without the @ symbol is the older method and is discouraged. | ||||
* | Fix some typos in user-visible strings | Dan Fandrich | 2024-08-15 | 1 | -1/+1 |
| | |||||
* | Fix typos in comments | Dan Fandrich | 2024-08-15 | 1 | -1/+1 |
| | | | | This should result in no difference in configuration. | ||||
* | Switch links to https: where possible | Dan Fandrich | 2024-01-25 | 1 | -1/+1 |
| | | | | | | | All these point to valid https: resources, but there is a small chance that some unusual interaction will cause it not to work. Some of these changes also won't take effect until the server is restarted, so we'll need to keep this in mind if failures occur long from now. | ||||
* | Fix Removing leading `/' from member names' warning | Dan Fandrich | 2023-12-12 | 1 | -2/+3 |
| | | | | This should stop an unnecessary cron warning e-mail. | ||||
* | Also backup the sv locale in backup_blog-files.sh | Dan Fandrich | 2023-12-12 | 1 | -1/+1 |
| | |||||
* | blog: fix up php-myslq(nd) deps | Thomas Backlund | 2019-09-24 | 1 | -0/+6 |
| | |||||
* | use consistent domain references | Thomas Backlund | 2015-10-20 | 1 | -3/+3 |
| | |||||
* | lint fixes for blog | Thomas Backlund | 2015-10-19 | 3 | -16/+16 |
| | |||||
* | More mga-common mga_common remaning | Nicolas Vigier | 2013-06-19 | 1 | -3/+3 |
| | |||||
* | Rename mga-common module to mga_common. | Nicolas Vigier | 2013-06-19 | 1 | -3/+3 |
| | | | | New puppet version doesn't like modules with a - in their name. | ||||
* | Send new blog post notifications to i18n-reports ML | Nicolas Vigier | 2013-04-22 | 1 | -2/+2 |
| | |||||
* | blog: add variables to set blog emails | Nicolas Vigier | 2013-04-16 | 2 | -2/+4 |
| | |||||
* | - Fix sending empty mail | Damien Lallement | 2013-03-06 | 1 | -21/+18 |
| | | | | | | | - Fix 'from'/'reply-to' - Update mail content - Fix warning detection about new post or updated post | ||||
* | Local_script -> Mga-common::Local_script | Nicolas Vigier | 2012-12-10 | 1 | -3/+3 |
| | |||||
* | blog: use mga-common::local_script | Nicolas Vigier | 2012-12-10 | 1 | -3/+3 |
| | |||||
* | update user comment to be better | Damien Lallement | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | remove 'unzip' as added on 'base_packages.pp' | Damien Lallement | 2012-08-20 | 1 | -2/+1 |
| | |||||
* | fix dependency name | Nicolas Vigier | 2012-05-15 | 1 | -1/+1 |
| | |||||
* | cosmetic rename to be the same as other files* | Damien Lallement | 2012-05-04 | 1 | -1/+1 |
| | |||||
* | add uk blog | Damien Lallement | 2012-04-16 | 2 | -2/+2 |
| | |||||
* | fix dependency | Michael Scherer | 2012-04-02 | 1 | -1/+1 |
| | |||||
* | fix vhost invocation on several module, was missed by last commit, and add ↵ | Michael Scherer | 2012-03-25 | 1 | -2/+2 |
| | | | | the one for redirect_ssl | ||||
* | use the new name for mod_php module | Michael Scherer | 2012-03-25 | 1 | -1/+1 |
| | |||||
* | small cleanup regarding variable scoping, and fix the comment to indicate ↵ | Michael Scherer | 2012-03-17 | 1 | -11/+9 |
| | | | | what does the user is meant to do | ||||
* | clean the script + cronjob declaration like the backup one | Michael Scherer | 2012-03-17 | 1 | -13/+8 |
| | |||||
* | ensure => installed is the default value, and reindent the list to see more ↵ | Michael Scherer | 2012-03-17 | 1 | -3/+4 |
| | | | | easyly if there is a change in one package | ||||
* | clean the 2 backups modules | Michael Scherer | 2012-03-17 | 1 | -28/+17 |
| | |||||
* | do not explitely set the same value as default one | Michael Scherer | 2012-03-17 | 1 | -3/+0 |
| | |||||
* | add defaults values for user created by puppet, to remove duplication | Michael Scherer | 2012-01-08 | 1 | -2/+0 |
| | |||||
* | add 'php-ldap' in the package list (needed for plugins) | Damien Lallement | 2011-06-20 | 1 | -1/+1 |
| | |||||
* | add 'unzip' in the package list (needed for plugins) | Damien Lallement | 2011-06-20 | 1 | -1/+1 |
| | |||||
* | change backup directory path | Nicolas Vigier | 2011-05-15 | 3 | -4/+6 |
| | |||||
* | define blog_location and blog_domain in base | Nicolas Vigier | 2011-05-15 | 1 | -3/+3 |
| | |||||
* | use blog_location variable in backup blog script | Nicolas Vigier | 2011-05-15 | 1 | -1/+1 |
| | |||||
* | change blog directory | Nicolas Vigier | 2011-05-15 | 1 | -1/+1 |
| | |||||
* | - use lzma, as this reduce the size of backups file from 607 Mo to 460 Mo | Michael Scherer | 2011-04-28 | 1 | -1/+1 |
| | | | | | ( around 25 % ) | ||||
* | fix tar option (ter), remove 'v' option (spotted by pterjan) | Damien Lallement | 2011-04-04 | 1 | -1/+1 |
| | |||||
* | fix tar option (bis) | Damien Lallement | 2011-04-04 | 1 | -1/+1 |
| | |||||
* | fix tar option | Damien Lallement | 2011-04-04 | 1 | -1/+1 |
| | |||||
* | update backup files to do a tar.gz instead of 'rsync' not to spend a lot of ↵ | Damien Lallement | 2011-04-04 | 1 | -1/+1 |
| | | | | space for backup | ||||
* | add backup for planet and fix typo on backup-files for blog | Damien Lallement | 2011-03-30 | 1 | -1/+1 |
| | |||||
* | remove verbose on rsync | Damien Lallement | 2011-03-30 | 1 | -1/+1 |
| | |||||
* | update url for making misc proud of me | Damien Lallement | 2011-03-30 | 1 | -1/+1 |
| | |||||
* | add backup for blog files (missing script) | Damien Lallement | 2011-03-30 | 1 | -0/+23 |
| | |||||
* | add backup for blog files | Damien Lallement | 2011-03-30 | 1 | -0/+25 |
| | |||||
* | udpate script to have a week of backup | Damien Lallement | 2011-03-21 | 1 | -1/+16 |
| |