X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=a6eee8026763c1b666bd313b9b2893dc29fa182c;hb=1af9a13c40c33e1ab8fb56f33cb9aa5e16cead0e;hp=8beee7cf3b999b50f4243897674a902a6fcd6757;hpb=45bc6b196245ccc3685a3cbead8213e9b8e40c96;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index 8beee7c..a6eee80 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ Provides helpful definitions for dealing with Apt. ## Usage +### apt:builddep +Install the build depends of a specified package. +
+apt::builddep { "glusterfs-server": }
+
+ ### apt::force Force a package to be installed from a specific release. Useful when using repositoires like Debian unstable in Ubuntu.