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

attribute_map: Ensure that attribute_map is not always downloaded #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 24, 2019

  1. attribute_map: Ensure that attribute_map is not always downloaded

    Due to a sign error in the unless statement the attribute_map was
    downloaded on every Puppet run. This patch makes sure that max_age is
    respected.
    wiene committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    e07c56b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. attribute_map: Base renewal on ctime rather than mtime

    mtime yields the time of the last change on the server side of the wget
    transfer. ctime represents the time of the last download.
    wiene committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    86117e0 View commit details
    Browse the repository at this point in the history