diff options
| author | intrigeri <intrigeri@boum.org> | 2010-10-17 16:43:56 +0200 | 
|---|---|---|
| committer | intrigeri <intrigeri@boum.org> | 2010-10-17 16:43:56 +0200 | 
| commit | 3f20c7823e607f1b3944701b261f642adb9626be (patch) | |
| tree | d902a1ec42959eb3af93186edeec8d5ca32640e8 /manifests | |
| parent | 20b67058ab4b29e443d082f7542ecb5d26d138e8 (diff) | |
| download | puppet-apt-3f20c7823e607f1b3944701b261f642adb9626be.tar.gz puppet-apt-3f20c7823e607f1b3944701b261f642adb9626be.tar.bz2 | |
Fix one more relationship.
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 8cf101b..409f3a8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -102,7 +102,7 @@ class apt {        config_file { "/etc/apt/preferences":          content => $custom_preferences,          alias => "apt_config", -        require => File["/etc/apt/sources.list"]; +        require => Config_file["/etc/apt/sources.list"];        }      }    } | 
