Merge branch 'fix-usage-of-module_dir' into 'master'
Fix usage of module_dir I didn't test enough functionality before merging https://gitlab.com/shared-puppet-modules-group/apt/merge_requests/4 apparently: anything that depends on module_dir is currently broken. Sorry! See merge request !5
This commit is contained in:
commit
bb12a296a0
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ 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': }
|
common::module_dir { 'apt': }
|
||||||
$apt_base_dir = "${common::moduledir::module_dir_path}/apt"
|
$apt_base_dir = "${common::moduledir::module_dir_path}/apt"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue