diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2009-07-10 15:03:05 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2009-07-10 15:03:05 -0300 | 
| commit | 91d300b52f910d7c8aabf42db0476bb845f73e0a (patch) | |
| tree | 81cd999b3c7729501535bb699fa20d953bb00802 /manifests | |
| parent | 430ddcea3fa1fe50d9b7f34c1a817225b7d3d2a7 (diff) | |
| download | puppet-apt-91d300b52f910d7c8aabf42db0476bb845f73e0a.tar.gz puppet-apt-91d300b52f910d7c8aabf42db0476bb845f73e0a.tar.bz2 | |
Renaming modules_dir to module_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 829c8c1..c250022 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -68,7 +68,7 @@ class apt {          }  	$apt_base_dir = "/var/lib/puppet/modules/apt" -	modules_dir { apt: } +	module_dir { apt: }  	# watch apt.conf.d  	file { "/etc/apt/apt.conf.d": ensure => directory, checksum => mtime; } | 
