]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
Fixing apt_base_dir
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 14 Feb 2011 15:49:56 +0000 (13:49 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 14 Feb 2011 15:49:56 +0000 (13:49 -0200)
manifests/init.pp

index 77f358d4070f3fd976fde8c8be48df4da588bd26..c431b59f5c7da04e23fd935e1cc3aa599a5c9134 100644 (file)
@@ -85,7 +85,7 @@ class apt {
          }
         }
 
-  $apt_base_dir = "${module_dir_path}/apt"
+  $apt_base_dir = "${common::moduledir::module_dir_path}/apt"
        module_dir { apt: }
        # watch apt.conf.d
        file { "/etc/apt/apt.conf.d": ensure => directory, checksum => mtime; }