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

(#10295) Work around bug #4248 whereby the puppet/util paths are not bein #22

Merged
merged 1 commit into from
Oct 26, 2011

Commits on Oct 26, 2011

  1. (#10295) Work around bug #4248 whereby the puppet/util paths are not …

    …being loaded correctly on the puppetmaster
    
    This patch suggested by Dan Carley will work-around the puppet/util error
    specified in bug #4248 by loading relative paths instead.
    
    This also fixes the load errors related to running the resource in a standalone
    puppet case as well.
    
    If the load fails for some reason, we fall back to the normal load behaviour.
    This order is important as we want to load libraries before sync in case the
    user has disabled pluginsync in the meantime. This will ensure we attempt to
    get the latest copy, but have a fall back just in case.
    
    I believe this fix will need to be applied for some time to support older Puppet
    versions.
    
    I've updated the documentation to provide more thorough instructions for
    cases where people are using environments, and to tell people to pluginsync
    on the master and potentially restart their puppetmaster first just in case.
    kbarber committed Oct 26, 2011
    Configuration menu
    Copy the full SHA
    f3a7e0c View commit details
    Browse the repository at this point in the history