-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
2 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters