--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
root@debian:~# salt-call service.enabled cron
[INFO ] Determining pillar cache
[INFO ] Executing command ['systemctl', 'is-enabled', 'cron.service'] in directory '/root'
local:
True
root@debian:~# salt-call service.disable cron -l debug
[DEBUG ] Reading configuration from /etc/salt/minion
[DEBUG ] Including configuration from '/etc/salt/minion.d/_schedule.conf'
[DEBUG ] Reading configuration from /etc/salt/minion.d/_schedule.conf
[DEBUG ] Configuration file path: /etc/salt/minion
……
[DEBUG ] Initializing new AsyncZeroMQReqChannel for ('/etc/salt/pki/minion', 'jutt_deb8_2', 'tcp://166.78.60.247:4506', 'aes')
[DEBUG ] Initializing new SAuth for ('/etc/salt/pki/minion', 'jutt_deb8_2', 'tcp://166.78.60.247:4506')
[DEBUG ] LazyLoaded nested.output
local:
True
root@debian:~# salt-call service.enabled cron -l debug
[DEBUG ] Reading configuration from /etc/salt/minion
[DEBUG ] Including configuration from '/etc/salt/minion.d/_schedule.conf'
[DEBUG ] Reading configuration from /etc/salt/minion.d/_schedule.conf
[DEBUG ] Configuration file path: /etc/salt/minion
……
[DEBUG ] LazyLoaded service.enabled
[DEBUG ] LazyLoaded cmd.retcode
[INFO ] Executing command ['systemctl', 'is-enabled', 'cron.service'] in directory '/root'
[DEBUG ] output: disabled
[INFO ] Executing command 'runlevel' in directory '/root'
[DEBUG ] output: N 5
[DEBUG ] Initializing new AsyncZeroMQReqChannel for ('/etc/salt/pki/minion', 'jutt_deb8_2', 'tcp://166.78.60.247:4506', 'aes')
[DEBUG ] Initializing new SAuth for ('/etc/salt/pki/minion', 'jutt_deb8_2', 'tcp://166.78.60.247:4506')
[DEBUG ] LazyLoaded nested.output
local:
False