Puppet Data Type Alias: Stdlib::Filesource

Defined in:
vendor_modules/stdlib/types/filesource.pp

Summary

Validate the source parameter on file types

Overview

Alias of

Variant[Stdlib::Absolutepath, Stdlib::HTTPUrl, Pattern[
    /\Afile:\/\/\/([^\n\/\0]+(\/)?)+\z/,
    /\Apuppet:\/\/(([\w-]+\.?)+)?\/([^\n\/\0]+(\/)?)+\z/,
  ]]


# File 'vendor_modules/stdlib/types/filesource.pp', line 2