X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=examples%2Fbuilddep.pp;fp=examples%2Fbuilddep.pp;h=67cc86b4d36df1c8ca72bbf9ee56e9cc6801bcfb;hb=90cc951753edeb3380b0ee6193c4d6febdc84a18;hp=8b4f7964081b2780a6408fc12a0d4113c828a9ed;hpb=6dc52c169e60bc6ae6a9cf94624cce9c9d5a315a;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/examples/builddep.pp b/examples/builddep.pp index 8b4f796..67cc86b 100644 --- a/examples/builddep.pp +++ b/examples/builddep.pp @@ -1,2 +1,3 @@ -class { 'apt': } -apt::builddep{ 'glusterfs-server': } +package{ 'glusterfs-server': + install_options => 'build-dep', +}