(maint) - add back gems removed by pdk update
[puppet-modules/puppetlabs-apt.git] / REFERENCE.md
index 6163acf998fa73b0c7d694a7e6da24cedebfabfb..a876fc5bbf736fde89cdf0a4eaa336030cea7fb2 100644 (file)
@@ -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]`