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

Make creation of user optional #235

Merged
merged 1 commit into from
Jan 29, 2015

Commits on Jan 14, 2015

  1. Make creation of user optional

    Currently, the creation of jenkins user
    and group is protected by if !defined. This
    can be extremely annoying in cases where code
    is trying to install a competing jenkins user/group.
    
    In my specific case, I'm blocked by this code
    leading to duplicate jenkins users (and I need
    my definition to be created first). In general,
    I thought that these kinds of issue were resolvable
    via enusre that classes were including in a certain
    order, but I cannot seem to resove it in my specific use
    case which involves:
    * nested class includes
    * serialized user resources from hiera
    * create_resources
    bodepd committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    716fa44 View commit details
    Browse the repository at this point in the history