Corrected documentation warning about `purge` parameters to fit v2.1.0 syntax
[puppet-modules/puppetlabs-apt.git] / examples / builddep.pp
1 package{ 'glusterfs-server':
2   install_options => 'build-dep',
3 }