Last active
February 1, 2018 10:17
-
-
Save electrofelix/774d903af8f70705e988c40678545c08 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| class jenkins::slave::baremetal_test ( | |
| $ensure = 'present', | |
| ) | |
| { | |
| $defaults = merge({ ensure => $ensure }, hiera('jenkins::slave::baremetal')) | |
| create_resoures('class', { 'jenkins::slave::baremetal' => hiera('jenkins::slave::baremetal_test') }, $defaults ) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment