Puppet Class: test::windowspath

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

Overview

Class to test the Stdlib::Windowspath type alias

Parameters:

  • value (Stdlib::Windowspath)


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

class test::windowspath(
    Stdlib::Windowspath $value,
    ) {
  notice("Success")
}