unibonn / puppet-cobald

Puppet module for COBalD/TARDIS based opportunistic resource management
Apache License 2.0
1 stars 7 forks source link

Define type of optional parameters with Optional[] #6

Closed stefan-k closed 3 years ago

stefan-k commented 3 years ago

Certain parameters such as ssh_hostname are only of relevance when auth_lbs is set to ssh. However, the current implementation does not allow one to leave these parameters undef. This PR fixes this issue by making the affected parameters optional.