summaryrefslogtreecommitdiff
path: root/system
Commit message (Expand)AuthorAgeFilesLines
* added docs for use optionBrian Coca2016-11-241-0/+6
* Force BSDs to use umount/mount instead of trying to use remount. (#5715)Toshio Kuratomi2016-11-231-3/+13
* systemctl show rc changes across versionsBrian Coca2016-11-231-33/+30
* Fall back if mountinfo reading failed (fixing #5603)Jiri Tyr2016-11-231-2/+7
* Fix for call to umount() in remount()Toshio Kuratomi2016-11-181-1/+1
* try remount but fallback to unmount + mount (#2445)Brian Coca2016-11-181-8/+36
* Several systemd fixesBrian Coca2016-11-181-50/+59
* Performance improvement using in-operator for hash lookupsDag Wieers2016-11-171-2/+2
* Examples syntax batch4 (#5620)Sam Doran2016-11-1510-45/+151
* Update system/group.py module.Rezart Qelibari2016-11-141-0/+25
* 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