diff options
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; } |