get rid of builddep
[puppet-modules/puppetlabs-apt.git] / examples / builddep.pp
index 8b4f7964081b2780a6408fc12a0d4113c828a9ed..67cc86b4d36df1c8ca72bbf9ee56e9cc6801bcfb 100644 (file)
@@ -1,2 +1,3 @@
-class { 'apt': }
-apt::builddep{ 'glusterfs-server': }
+package{ 'glusterfs-server': 
+  install_options => 'build-dep',
+}