Merge pull request #1081 from johanfleury/fix/remove-apt-prefix-from-facts-variables
[puppet-modules/puppetlabs-apt.git] / examples / builddep.pp
1 package { 'glusterfs-server':
2   install_options => 'build-dep',
3 }