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

Ensure resource attempt 2 #87

Merged
merged 2 commits into from Aug 16, 2012

Commits on Aug 15, 2012

  1. Revert "Revert "Merge pull request puppetlabs#86 from bodepd/ensure_r…

    …esource""
    
    This reverts commit 1e09833.
    Dan Bode committed Aug 15, 2012
    Configuration menu
    Copy the full SHA
    b42c82a View commit details
    Browse the repository at this point in the history
  2. Explicitly load functions used by ensure_resource

    The ensure_resource function actually calls two
    other functions, create_resources and defined_with_param.
    
    When calling Puppet functions from Ruby, you sometimes have
    to load the functions manually if they have not been called
    before.
    
    This commit explicitly loads the functions that ensure_resource
    depends on from within the function.
    Dan Bode committed Aug 15, 2012
    Configuration menu
    Copy the full SHA
    5d99cdf View commit details
    Browse the repository at this point in the history