Puppet Class: swagger::instance_wrapper

Defined in:
manifests/instance_wrapper.pp

Overview

class swagger::instance_wrapper

Parameters:

  • instance (Any)


2
3
4
5
# File 'manifests/instance_wrapper.pp', line 2

class swagger::instance_wrapper($instance) {
  $real_instance = hiera_hash(swagger::instance_wrapper::instance)
  create_resources(swagger::instance, $real_instance)
}