use the new style common module
This commit is contained in:
parent
4bd4dd2542
commit
9d56396a04
1 changed files with 1 additions and 2 deletions
|
@ -111,9 +111,8 @@ class apt(
|
||||||
# backports uses the normal archive key now
|
# backports uses the normal archive key now
|
||||||
package { 'debian-backports-keyring': ensure => absent }
|
package { 'debian-backports-keyring': ensure => absent }
|
||||||
|
|
||||||
include common::moduledir
|
common::module_dir { 'apt': }
|
||||||
$apt_base_dir = "${common::moduledir::module_dir_path}/apt"
|
$apt_base_dir = "${common::moduledir::module_dir_path}/apt"
|
||||||
modules_dir { 'apt': }
|
|
||||||
|
|
||||||
if $custom_key_dir {
|
if $custom_key_dir {
|
||||||
file { "${apt_base_dir}/keys.d":
|
file { "${apt_base_dir}/keys.d":
|
||||||
|
|
Loading…
Reference in a new issue