You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a service type of none for linux VMs would be desirable so that users can opt to manage the chef-client process using one of the built in chef_client resources:
chef_client_cron
chef_client_launchd
chef_client_systemd_timer
As a work around, a user must first remove the cron entry manually in their base cookbook:
cron 'azure_chef_extension' do
action :delete
end
chef_client_systemd_timer 'chef-client' do
...
end
The text was updated successfully, but these errors were encountered:
Having a service type of none for linux VMs would be desirable so that users can opt to manage the chef-client process using one of the built in chef_client resources:
As a work around, a user must first remove the cron entry manually in their base cookbook:
The text was updated successfully, but these errors were encountered: