X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=REFERENCE.md;h=90a22462c89562a46dbac96e65588f26e22aa426;hb=d40a4c80597f453ab14f1a9b1611e11e36cf8381;hp=6163acf998fa73b0c7d694a7e6da24cedebfabfb;hpb=bea6af8fc69bceb7b1f9f0e3e01e3dc29336bf79;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/REFERENCE.md b/REFERENCE.md index 6163acf..90a2246 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -418,6 +418,14 @@ type, or a hash of `parameter => value` pairs to be passed to `apt::pin`'s corre Default value: 200 +##### `include` + +Data type: `Optional[Variant[Hash]]` + +Specifies whether to include 'deb' or 'src', or both. + +Default value: {} + ## Defined types ### apt::conf @@ -717,6 +725,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]`