Move allow-all smtp from the mta class to the exim and the lists class
[mirror/dsa-puppet.git] / modules / roles / manifests / snapshot.pp
1 class roles::snapshot {
2         ensure_packages ( ["build-essential", "python-dev", "libssl-dev"], { ensure => 'installed' })
3 }