Sha256: e4cf80854350bdd2af3cdb4d3c6ddbbffacfd97d5fe611094242dd946a381e48

Contents?: true

Size: 673 Bytes

Versions: 12

Compression:

Stored size: 673 Bytes

Contents

# Testing tested classes
# docs stuff
# @param nameservers [String] Don't ask me what this does!
# @param default_lease_time [Integer[1024, 8192]] text goes here
# @param max_lease_time does stuff
class outer (
		$dnsdomain,
		$nameservers,
		$default_lease_time = 3600,
		$max_lease_time     = 86400
		) {
	# @param options [String[5,7]] gives user choices
	# @param multicast [Boolean] foobar
	# @param servers yep, that's right
	class middle (
      $options   = "iburst",
      $servers,
      $multicast = false
    ) {
    class inner (
        $choices   = "uburst",
        $secenekler   = "weallburst",
        $boxen,
        $manyspell = true
      ) {}
    }
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
puppet-strings-2.4.0 spec/fixtures/acceptance/modules/test/manifests/triple_nested_classes.pp
puppet-strings-2.3.1 spec/fixtures/acceptance/modules/test/manifests/triple_nested_classes.pp
puppet-strings-2.3.0 spec/fixtures/acceptance/modules/test/manifests/triple_nested_classes.pp
puppet-strings-2.2.0 spec/fixtures/acceptance/modules/test/manifests/triple_nested_classes.pp
puppet-strings-2.1.0 spec/fixtures/acceptance/modules/test/manifests/triple_nested_classes.pp
puppet-strings-2.0.0 spec/fixtures/acceptance/modules/test/manifests/triple_nested_classes.pp
puppet-strings-1.2.1 spec/fixtures/acceptance/modules/test/manifests/triple_nested_classes.pp
puppet-strings-1.2.0 spec/fixtures/acceptance/modules/test/manifests/triple_nested_classes.pp
puppet-strings-1.1.1 spec/fixtures/acceptance/modules/test/manifests/triple_nested_classes.pp
puppet-strings-1.1.0 spec/fixtures/acceptance/modules/test/manifests/triple_nested_classes.pp
puppet-strings-1.0.0 spec/fixtures/acceptance/modules/test/manifests/triple_nested_classes.pp
puppet-strings-0.99.0 spec/fixtures/acceptance/modules/test/manifests/triple_nested_classes.pp