preussal
fdbabe955e
Create @reboot .... Cron jobs ( #213 )
* Update file.sls
add replace
* Update file.sls
update replace
* Update job.sls
Added the opportunity to set a job with a special keyword like '@reboot' or '@hourly'. Quotes must be used, otherwise PyYAML will strip the '@' sign.
https://docs.saltstack.com/en/master/ref/states/all/salt.states.cron.html
* Update README.rst
Added the opportunity to set a job with a special keyword like '@reboot' or '@hourly'. Quotes must be used, otherwise PyYAML will strip the '@' sign.
* Update README.rst
4 years ago
preussal
3f2beb9604
Update job.sls
Added the opportunity to set a job with a special keyword like '@reboot' or '@hourly'. Quotes must be used, otherwise PyYAML will strip the '@' sign.
https://docs.saltstack.com/en/master/ref/states/all/salt.states.cron.html
4 years ago
preussal
3cd5c0077d
Update job.sls
cron.absent with the right user (default is root)
5 years ago
Dmitry Teselkin
0f084a01ce
Manage /etc/{at,cron}.{allow,deny} files
Related-Prod: PROD-22546
Related-Prod: PROD-22664
Change-Id: I66a35ef3d2436541ef70f02e2631fa8d4d86e5e9
6 years ago
Michael Fladischer
1e41e3065d
Use items() instead of iteritems() for Python3 compatibility.
iteritems() was dropped in recent Python3 releases and items() is compatible
with Python 2.7.
6 years ago
chnyda
8221541714
Include linux.system.user in linux.system.job
Change-Id: I3a2a0ac5518701b4c9de28437e9aefd1307ca01b
7 years ago
chnyda
8e2aecef63
Fix cronjob commands in linux.system.job
Change-Id: I41f63e70ad4bd30dc478eeafeaf2823fa7508373
7 years ago
Filip Pytloun
912222253f
Use cron job identifier to be able to update command
Change-Id: Id571945585863a08bd2317b57ecc6123a16e1857
7 years ago
Filip Pytloun
3a761a133f
Require less options for linux.system.job
Change-Id: I74f63a705de8abef146cd1a77f8563e5de5d7f8d
7 years ago
Filip Pytloun
d281d292b0
Fix requirements on groups and users
Change-Id: I9767e07ffe3a808ee9a2de925862ba193b7b612e
7 years ago
Vladimir Eremin
6c3b8b9b16
I believe you mean cron.absent state
8 years ago
Filip Pytloun
f5383a44be
Initial commit
9 years ago