salt设置定时任务

1640阅读 0评论2014-08-11 yyf1986
分类:Python/Ruby

设置定时任务
salt '1.1.1.1' cron.set_job root 30 '*' '*' '*' '*' '/root/test.sh' '' ''
查看定时任务
salt '1.1.1.1' cron.ls root
上一篇:rhel5.5安装最新版本saltstack
下一篇:salt自定义grains