Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop temp range check fixes | Thomas Backlund | 2017-05-26 | 1 | -2/+1 |
| | |||||
* | temp range check to fix puppet run failing | Thomas | 2017-05-25 | 1 | -1/+2 |
| | |||||
* | Default service type should be systemd for Mageia >= 2 | Olivier Blin | 2017-04-16 | 1 | -0/+6 |
| | | | | | Otherwise services (like on-the-pull) may not be started, since "service <name> status" exits with 0 even if the service is not started. | ||||
* | Move local_script define to mga-common module | Nicolas Vigier | 2012-12-10 | 1 | -12/+0 |
| | |||||
* | clean the file from puppet-lint warning | Michael Scherer | 2012-03-22 | 1 | -16/+16 |
| | |||||
* | make service run by default, to simplify the manifests | Michael Scherer | 2012-01-14 | 1 | -0/+4 |
| | |||||
* | add defaults values for user created by puppet, to remove duplication | Michael Scherer | 2012-01-08 | 1 | -0/+10 |
| | |||||
* | add a define for local_script, and set explicitely the default value for | Michael Scherer | 2012-01-08 | 1 | -0/+14 |
| | | | | File ( 644 on file, 755 on directory ) | ||||
* | explictely set default value for Package and file, thus permitting us | Michael Scherer | 2012-01-07 | 1 | -2/+13 |
| | | | | to remove it from the rest of the manifests | ||||
* | split defaults setting in a dedicated file ( to add more of them, | Michael Scherer | 2012-01-07 | 1 | -0/+4 |
and prepare to split nodes.pp ) |