Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to the chef_client_scheduled_task resource frequency_modify default functionality #9920

Merged
merged 7 commits into from Jun 5, 2020
Merged

Commits on May 27, 2020

  1. Update to the chef_client_scheduled_task resource so that it defaults…

    … to 1 for frequencies that are not "minute"
    
    Signed-off-by: Davin Taddeo <davin@chef.io>
    chef-davin committed May 27, 2020
    Configuration menu
    Copy the full SHA
    8f91ff0 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Configuration menu
    Copy the full SHA
    60cc229 View commit details
    Browse the repository at this point in the history
  2. minor fixes for linting and comparator mistake

    Signed-off-by: Davin Taddeo <davin@chef.io>
    chef-davin committed May 29, 2020
    Configuration menu
    Copy the full SHA
    8d914c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Configuration menu
    Copy the full SHA
    921c165 View commit details
    Browse the repository at this point in the history
  2. put the logic into the default parameter of the property definition, …

    …rather than in the code for the action.
    
    Signed-off-by: Davin Taddeo <davin@chef.io>
    chef-davin committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    c572969 View commit details
    Browse the repository at this point in the history
  3. unit test updates for chef_client_scheduled task

    Signed-off-by: Davin Taddeo <davin@chef.io>
    chef-davin committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    f43db02 View commit details
    Browse the repository at this point in the history
  4. Modify my fixes for the windows unit tests so that I don't break all …

    …the Linux unit tests...
    
    Signed-off-by: Davin Taddeo <davin@chef.io>
    chef-davin committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    cc35e6b View commit details
    Browse the repository at this point in the history