Puppet Class: test::absolutepath

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

Overview

Class to test the Stdlib::Absolutepath type. Not to be confused with Stdlib::Compat::Absolute_path.

Parameters:

  • value (Stdlib::Absolutepath)


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

class test::absolutepath(
    Stdlib::Absolutepath $value,
    ) {
  notice("Success")
}