Puppet Class: test::absolute_path

Defined in:
puppet/modules/stdlib/spec/fixtures/test/manifests/absolute_path.pp

Overview

Class to test the Stdlib::Compat::Absolute_path type alias

Parameters:

  • value (Stdlib::Compat::Absolute_path)


2
3
4
5
6
# File 'puppet/modules/stdlib/spec/fixtures/test/manifests/absolute_path.pp', line 2

class test::absolute_path(
  Stdlib::Compat::Absolute_path $value,
  ) {
    notice("Success")
}