aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/defaults.pp
Commit message (Collapse)AuthorAgeFilesLines
* drop temp range check fixesThomas Backlund2017-05-261-2/+1
|
* temp range check to fix puppet run failingThomas2017-05-251-1/+2
|
* Default service type should be systemd for Mageia >= 2Olivier Blin2017-04-161-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 moduleNicolas Vigier2012-12-101-12/+0
|
* clean the file from puppet-lint warningMichael Scherer2012-03-221-16/+16
|
* make service run by default, to simplify the manifestsMichael Scherer2012-01-141-0/+4
|
* add defaults values for user created by puppet, to remove duplicationMichael Scherer2012-01-081-0/+10
|
* add a define for local_script, and set explicitely the default value forMichael Scherer2012-01-081-0/+14
| | | | File ( 644 on file, 755 on directory )
* explictely set default value for Package and file, thus permitting usMichael Scherer2012-01-071-2/+13
| | | | to remove it from the rest of the manifests
* split defaults setting in a dedicated file ( to add more of them,Michael Scherer2012-01-071-0/+4
and prepare to split nodes.pp )