diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-14 13:49:56 -0200 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-14 13:49:56 -0200 | 
| commit | b9d11f17fff581fc854823e22a50539fc9e6ace3 (patch) | |
| tree | 46bee20d71aada8c9ce02186d487c36058d706e5 /manifests | |
| parent | c9828f5c62dd36938e50a37f5cc044020d884cb9 (diff) | |
| download | puppet-apt-b9d11f17fff581fc854823e22a50539fc9e6ace3.tar.gz puppet-apt-b9d11f17fff581fc854823e22a50539fc9e6ace3.tar.bz2  | |
Fixing apt_base_dir
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/init.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 77f358d..c431b59 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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; }  | 
