Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cfengine/modules
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b93716c
Choose a base ref
...
head repository: cfengine/modules
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 13776ec
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 19, 2024

  1. add newer class for purging policies

    Running on 3.24.x I get the following report/warning
    
    ```
    R: `cfengine_internal_purge_policies` no longer has any effect. Please use `cfengine_internal_purge_policies_disabled` instead, to choose where you want to disable purging or remove the class completely if you want purging enabled everywhere (the new default in 3.18+).
    ```
    
    I figured we should add both? So that this demo module works on older versions but the note mentions 3.18+ so maybe we can just remove instead).
    craigcomstock authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    13776ec View commit details
    Browse the repository at this point in the history
Loading