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