Puppet Data Type Alias: Stdlib::Filesource

Defined in:
types/filesource.pp

Overview

Validate the source parameter on file types

Alias of

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


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