X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=examples%2Fbuilddep.pp;h=deaaef8c8ff6d4a6a7b1ed2fe02ac08edafa3558;hb=7d495c5246f8de1f7bd0561957d33aca51279027;hp=8b4f7964081b2780a6408fc12a0d4113c828a9ed;hpb=b09a699b8c0454cabcfbd85efd7e1294a3c0f891;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/examples/builddep.pp b/examples/builddep.pp index 8b4f796..deaaef8 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', +}