Generate the apache ACL for draghi's "restricted" repo (RT#7962)
[mirror/dsa-puppet.git] / modules / roles / manifests / snapshot_base.pp
1 # just a base class for snapshot things
2 class roles::snapshot_base {
3   ensure_packages ( [
4     'build-essential',
5     'python-dev',
6     'libssl-dev',
7   ], { ensure => 'installed' })
8 }