summaryrefslogtreecommitdiff
path: root/system
Commit message (Expand)AuthorAgeFilesLines
* Use native YAML (#5571)Fabio Alessandro Locati2016-11-111-6/+19
* Make service work when the service is not present in rc.confMichael Scherer2016-11-041-2/+4
* dont join when group is noneBrian Coca2016-11-021-1/+4
* docitBrian Coca2016-11-011-3/+4
* allow groups to be passed as YAML list as wellBrian Coca2016-11-011-2/+2
* Identify existing unmanaged jobs by exact match, when no header comment is foundEvan Kaufman2016-11-011-5/+27
* make sure all svcadm operations are syncronousBrian Coca2016-11-011-2/+2
* hostname: add support for alpine linux (#4837)Hiroaki Nakamura2016-10-241-12/+92
* update maintainerJonathan Mainguy2016-10-231-1/+1
* Record existing cron file as string property, rather than only recording term...Evan Kaufman2016-10-231-9/+11
* Rendering of crontab should reflect actual newline termination, in diff modeEvan Kaufman2016-10-231-3/+3
* Ensure trailing newline is written to cron fileEvan Kaufman2016-10-231-3/+12
* Make authorized_key preserve key order (#5339)Adrian Likins2016-10-211-19/+51
* Fix authorized_key module to preserve the order of optionsToshio Kuratomi2016-10-201-31/+61
* Fix code for python 3Michael Scherer2016-10-191-1/+1
* Cleanup import for authorized_keyMichael Scherer2016-10-191-2/+3
* Make the code run on python 3Michael Scherer2016-10-181-1/+1
* Remove the wide try/expect clauseMichael Scherer2016-10-171-18/+15
* Move job parameter to meet expected requirements (#5151)Steven de Vries2016-10-171-1/+1
* Convert name to bytes to compare it to boolsMichael Scherer2016-10-151-1/+2
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-10-135-8/+8
* Fix daemon_reload in systemd moduleLaurent Godet2016-10-031-1/+1
* Fixing bind mount pattern in the mount module (#5084)Jiri Tyr2016-09-281-11/+25
* Fix mount default options -- should be defaults, not defaultToshio Kuratomi2016-09-281-1/+1
* Ultimate fix of the mount module for Linux (#5055)Jiri Tyr2016-09-281-47/+140
* Fixing bind mount on Linux (#1942) (#4439)Jiri Tyr2016-09-261-123/+101
* Fix #3153 again (#4989)Toshio Kuratomi2016-09-231-1/+1
* Working subset of mount fixes (#4987)Toshio Kuratomi2016-09-231-160/+317
* Add support for password aging on Solaris (#4372)Lars Engels2016-09-201-0/+37
* hostname: Support "Scientific Linux CERN" (#4855)Riccardo Murri2016-09-151-0/+5
* Fix syntaxToshio Kuratomi2016-09-121-1/+1
* switched to use built in function for validationBrian Coca2016-09-121-2/+1
* system/systemd: enable systemctl --user (#4208)Antonio Murdaca2016-09-121-0/+10
* Added Solaris support to core mount module (#4771)glovenglaven2016-09-121-34/+85
* cron: replacement for os.getlogin() (#4777)Gregor Giesen2016-09-121-2/+3
* Add support for selinux_boolean_sub conversion (#4570)Michael Scherer2016-09-011-0/+5
* Port mount.py to python3, need to use six.iteritems (#4581)Michael Scherer2016-08-311-1/+2
* Fix user module under python3 (#4560)Michael Scherer2016-08-311-1/+2
* Fix traceback on python3 (#4556)Michael Scherer2016-08-311-1/+2
* Fixes #2322 fix for missing append check on Darwin systems (#4256)Levi Morales2016-08-301-6/+7
* Fix minor syntax error in authorized_key module doc (#4491)Ali Ok2016-08-271-1/+1
* Convert command output to native string (#4559)Michael Scherer2016-08-271-4/+5
* Add support for setting fstab location on Linux too for mount (#3271)Michael Scherer2016-08-231-0/+3
* user: Cast all arguments to string before passing to run_command (#4398)jctanner2016-08-111-0/+2
* remove X bitBrian Coca2016-08-111-0/+0
* Improve hostname module to support systemd in more generic way (#4382)Indrajit Raychaudhuri2016-08-111-43/+18
* improved logic when dealing with init scriptsBrian Coca2016-08-111-2/+8
* fixes corner case for systemd servicesBrian Coca2016-08-111-0/+2
* Fixes #3791 cron always returning changed state for multiline jobs (#4285)Evan Kaufman2016-08-101-0/+3
* Allow cron to target remote user (#4270)BradLook2016-08-101-2/+2