X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=REFERENCE.md;h=a876fc5bbf736fde89cdf0a4eaa336030cea7fb2;hb=522e8911d604fc4764c30078d5c15555f0dcc598;hp=d9175d5581e7d3b9b3de324dbd9d02e2e8c24f76;hpb=ec1bd34681950bb996418efae4b001836e20d745;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/REFERENCE.md b/REFERENCE.md index d9175d5..a876fc5 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -520,7 +520,7 @@ Default value: `undef` ##### `server` -Data type: `Pattern[/\A((hkp|hkps|http|https):\/\/)?([a-z\d])([a-z\d-]{0,61}\.)+[a-z\d]+(:\d{2,5})?(\/[a-zA-Z\d\-_]+)*\/?$/]` +Data type: `Pattern[/\A((hkp|hkps|http|https):\/\/)?([a-z\d])([a-z\d-]{0,61}\.)+[a-z\d]+(:\d{2,5})?(\/[a-zA-Z\d\-_.]+)*\/?$/]` Specifies a keyserver to provide the GPG key. Valid options: a string containing a domain name or a full URL (http://, https://, hkp:// or hkps://). The hkps:// protocol is currently only supported on Ubuntu 18.04. @@ -717,6 +717,15 @@ Specifies the operating system of your node. Valid options: a string containing Default value: $facts['lsbdistcodename'] +##### `dist` + +Data type: `Optional[String]` + +Optional if lsb-release is installed (unless you're using a different release than indicated by lsb-release, e.g., Linux Mint). +Specifies the distribution of your node. Valid options: a string containing a valid distribution codename. + +Default value: $facts['lsbdistid'] + ##### `package_name` Data type: `Optional[String]`