use the new style common module

This commit is contained in:
mh 2014-01-08 21:28:42 +01:00
parent 4bd4dd2542
commit 9d56396a04

View file

@ -111,9 +111,8 @@ class apt(
# backports uses the normal archive key now
package { 'debian-backports-keyring': ensure => absent }
include common::moduledir
common::module_dir { 'apt': }
$apt_base_dir = "${common::moduledir::module_dir_path}/apt"
modules_dir { 'apt': }
if $custom_key_dir {
file { "${apt_base_dir}/keys.d":