move rsync service/socket setup into a dsa_systemd::socket_service
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / types / absolutepath.pp
1 # A strict absolutepath type
2 type Stdlib::Absolutepath = Variant[Stdlib::Windowspath, Stdlib::Unixpath]