]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
use the new style common module
authormh <mh@immerda.ch>
Wed, 8 Jan 2014 20:28:42 +0000 (21:28 +0100)
committermh <mh@immerda.ch>
Wed, 8 Jan 2014 20:28:42 +0000 (21:28 +0100)
manifests/init.pp

index 7550aaa240cff916671ed8ca9c4ecf94d569d8ff..034d79ebbaf61293fc29e6377e218a39dedb998a 100644 (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":